]> git.ipfire.org Git - people/stevee/network.git/commitdiff
Reword the automatic configuration file header.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Jun 2012 23:08:56 +0000 (23:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 Jun 2012 23:08:56 +0000 (23:08 +0000)
The wording was not quite good and this should be
much better when reading fast.

functions.config

index 618e6ba12e58e87644618f768fb4ea82a98ebec8..db4d22da00fe2d6f21dfd0717b89e2ccaaa42efe 100644 (file)
@@ -75,8 +75,8 @@ function config_header() {
        # Print the header.
        echo "#"
        echo "# This is a ${what}."
-       echo "# THIS FILE IS AUTOMATICALLY GENERATED AND WILL OVERWRITE"
-       echo "# ANY CUSTOM CHANGES!"
+       echo "# THIS FILE IS AUTOMATICALLY GENERATED AND"
+       echo "# ANY CUSTOM CHANGES WILL BE OVERWRITTEN!"
        echo "#"
        echo "# $(date -u)"
        echo "#"