summaryrefslogtreecommitdiffstats
path: root/dhcpcd-run-hooks.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-12 20:44:42 +0000
committerRoy Marples <roy@marples.name>2008-08-12 20:44:42 +0000
commit43aedb8a161bdafb30c64ac89a53159dc6f37cdd (patch)
treeeeacfae3afe33a33fa031b7ff64851da50eb8e12 /dhcpcd-run-hooks.in
parentd2a47191c31ced2c567e3f7604dbeb758c8e1689 (diff)
downloaddhcpcd-43aedb8a161bdafb30c64ac89a53159dc6f37cdd.tar.xz
Don't assume comments start with #
Diffstat (limited to 'dhcpcd-run-hooks.in')
-rw-r--r--dhcpcd-run-hooks.in2
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