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.
This commit is contained in:
Mike Makonnen 2007-05-02 15:32:05 +00:00
parent ae780f57f6
commit 47ba326abe

View File

@ -4,7 +4,7 @@
#
# PROVIDE: netoptions
# REQUIRE: localpkg
# REQUIRE: FILESYSTEMS
# KEYWORD: nojail
. /etc/rc.subr