diff options
Diffstat (limited to 'etc/rc.d/dhclient')
-rwxr-xr-x | etc/rc.d/dhclient | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient deleted file mode 100755 index 6bd2f8f4c78fe..0000000000000 --- a/etc/rc.d/dhclient +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# $NetBSD: dhclient,v 1.7 2000/09/19 13:04:38 lukem Exp $ -# - -# PROVIDE: dhclient -# REQUIRE: network mountcritlocal -# BEFORE: NETWORKING -# -# Note that there no syslog logging of dhclient messages at boot because -# dhclient needs to start before services that syslog depends upon do. -# - -. /etc/rc.subr - -name="dhclient" -rcvar=$name -command="/sbin/${name}" -pidfile="/var/run/${name}.pid" - -load_rc_config $name -run_rc_command "$1" |