From: Michael Tremer Date: Thu, 21 Jun 2012 23:08:56 +0000 (+0000) Subject: Reword the automatic configuration file header. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd4641431ee671bbca2d134e0e1f47b881db6d11;p=people%2Fstevee%2Fnetwork.git Reword the automatic configuration file header. The wording was not quite good and this should be much better when reading fast. --- diff --git a/functions.config b/functions.config index 618e6ba1..db4d22da 100644 --- a/functions.config +++ b/functions.config @@ -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 "#"