diff options
author | brooks <brooks@FreeBSD.org> | 2005-06-30 17:50:34 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-06-30 17:50:34 +0000 |
commit | 680c0ca6d1c885076c00ea39e6cb0b538c0f87e7 (patch) | |
tree | 3505dc634c1b3fd905267c5cee13e3a537058a33 /etc | |
parent | 22fde798f0c66ce3d84d550dc4f9150c7f0388b8 (diff) | |
download | FreeBSD-src-680c0ca6d1c885076c00ea39e6cb0b538c0f87e7.zip FreeBSD-src-680c0ca6d1c885076c00ea39e6cb0b538c0f87e7.tar.gz |
Remove REQUIRE and BEFORE lines since this script is not run by rcorder
at startup. Instead it is called by other scripts.
Approved by: re (network interface startup blanket)
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/dhclient | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient index 2e56f1f..086b3f7 100755 --- a/etc/rc.d/dhclient +++ b/etc/rc.d/dhclient @@ -5,8 +5,6 @@ # # PROVIDE: dhclient -# REQUIRE: netif ipfw ipfilter mountcritlocal cleanvar -# BEFORE: NETWORKING # KEYWORD: nojail nostart # |