diff options
| author | Roy Marples <roy@marples.name> | 2008-08-12 20:44:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-12 20:44:42 +0000 |
| commit | 43aedb8a161bdafb30c64ac89a53159dc6f37cdd (patch) | |
| tree | eeacfae3afe33a33fa031b7ff64851da50eb8e12 /dhcpcd-run-hooks.in | |
| parent | d2a47191c31ced2c567e3f7604dbeb758c8e1689 (diff) | |
| download | dhcpcd-43aedb8a161bdafb30c64ac89a53159dc6f37cdd.tar.xz | |
Don't assume comments start with #
Diffstat (limited to 'dhcpcd-run-hooks.in')
| -rw-r--r-- | dhcpcd-run-hooks.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd-run-hooks.in b/dhcpcd-run-hooks.in index a995da31..a4a55e27 100644 --- a/dhcpcd-run-hooks.in +++ b/dhcpcd-run-hooks.in @@ -2,7 +2,7 @@ # dhcpcd client configuration script # Handy functions for our hooks to use -signature="# Generated by dhcpcd for ${interface}" +signature="Generated by dhcpcd for ${interface}" save_conf() { if [ -f "$1" ]; then |
