summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2007-05-02 15:32:05 +0000
committermtm <mtm@FreeBSD.org>2007-05-02 15:32:05 +0000
commit077bc38949116da2ce214e0fe10ba0de0a09024a (patch)
treef529877bc977892677fc94656c4ad08fd26170cb /etc
parent523b3dc425c8dde7eb19e93613ff97306ab029f5 (diff)
downloadFreeBSD-src-077bc38949116da2ce214e0fe10ba0de0a09024a.zip
FreeBSD-src-077bc38949116da2ce214e0fe10ba0de0a09024a.tar.gz
When rc.d/NETWORKING included this script in its REQUIRE line, a circular
dependency was introduced because this script had rc.d/localpkg (which is *after* rc.d/NETWORKING) in its REQUIRE line. From an examination of its contents it seems that only the availability of a local filesystem is necessary for this script to function properly.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/netoptions2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 9a2ad03..c4ea590 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -4,7 +4,7 @@
#
# PROVIDE: netoptions
-# REQUIRE: localpkg
+# REQUIRE: FILESYSTEMS
# KEYWORD: nojail
. /etc/rc.subr
OpenPOWER on IntegriCloud