From: Roy Marples Date: Wed, 13 Aug 2008 14:46:49 +0000 (+0000) Subject: Remove the word inteface from the signature. X-Git-Tag: v4.0.2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61dbdd6bd4d9895075032443e49b8436d0db453f;p=thirdparty%2Fdhcpcd.git Remove the word inteface from the signature. --- diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index ecd9aa98..2048e86e 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -2,9 +2,9 @@ # dhcpcd client configuration script # Handy variables functions for our hooks to use -signature_base="# Generated by dhcpcd for interface " +signature_base="# Generated by dhcpcd for " signature="${signature_base}${interface}" -signature_base_end="# End of dhcpcd content for interface " +signature_base_end="# End of dhcpcd content for " signature_end="${signature_base_end}${interface}" # Clean a configuration file of our current signature and stale ones