diff options
| author | Roy Marples <roy@marples.name> | 2008-08-13 14:46:49 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-13 14:46:49 +0000 |
| commit | 61dbdd6bd4d9895075032443e49b8436d0db453f (patch) | |
| tree | 96646a52d5476785e22151a7083984720691d2ce /dhcpcd-run-hooks.in | |
| parent | 12271146c6f6c7c27c05a2914dc2a91cf28083c4 (diff) | |
| download | dhcpcd-61dbdd6bd4d9895075032443e49b8436d0db453f.tar.xz | |
Remove the word inteface from the signature.
Diffstat (limited to 'dhcpcd-run-hooks.in')
| -rw-r--r-- | dhcpcd-run-hooks.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
