]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Make signature more sane and fix comment.
authorRoy Marples <roy@marples.name>
Thu, 14 Aug 2008 10:37:11 +0000 (10:37 +0000)
committerRoy Marples <roy@marples.name>
Thu, 14 Aug 2008 10:37:11 +0000 (10:37 +0000)
dhcpcd-run-hooks.in

index 62b38e78c7da0cf49d6c75ab5cd95bcb1411e5de..2672c852a8f4bdaf19ba749841eed22cadcb702b 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/sh
 # dhcpcd client configuration script 
 
-# Handy variables functions for our hooks to use
-signature_base="# Generated by dhcpcd for "
+# Handy variables and functions for our hooks to use
+signature_base="# Generated by dhcpcd from "
 signature="${signature_base}${interface}"
-signature_base_end="# End of dhcpcd configuration for "
+signature_base_end="# End of dhcpcd from "
 signature_end="${signature_base_end}${interface}"
 
 # Clean a configuration file of our current signature and stale ones
@@ -85,7 +85,7 @@ restore_conf()
 
 # We source each script into this one so that scripts run earlier can
 # remove variables from the environment so later scripts don't see them.
-# Thus, the user can create their dhcpcd.hook script to configure
+# Thus, the user can create their dhcpcd.enter/exit-hook script to configure
 # /etc/resolv.conf how they want and stop the system scripts ever updating it.
 for hook in \
        @SYSCONFDIR@/dhcpcd.enter-hook \