diff options
Diffstat (limited to 'net/isc-dhcrelay4')
-rwxr-xr-x | net/isc-dhcrelay4/files/isc_dhcrelay.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/isc-dhcrelay4/files/isc_dhcrelay.sh b/net/isc-dhcrelay4/files/isc_dhcrelay.sh index 136e1e43d5e..bcbe34a80a7 100755 --- a/net/isc-dhcrelay4/files/isc_dhcrelay.sh +++ b/net/isc-dhcrelay4/files/isc_dhcrelay.sh @@ -1,11 +1,10 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: isc_dhcrelay.sh,v 1.1 2009/01/04 01:00:09 adrianp Exp $ +# $NetBSD: isc_dhcrelay.sh,v 1.2 2017/08/05 20:09:27 bsiegert Exp $ # # PROVIDE: dhcrelay -# REQUIRE: DAEMON -# BEFORE: NETWORKING +# REQUIRE: NETWORKING # # Note that there no syslog logging of dhclient messages at boot because # dhclient needs to start before services that syslog depends upon do. |