#!/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
# 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 \