RFC: rc.d dependency changes
Giorgos Keramidas
keramida at freebsd.org
Wed Sep 15 01:26:17 PDT 2004
Hello all,
An overview of the changes in the attached diff is:
a. Removal of beforenetlkm, since we don't have any script
providing this but ike, pf and pflog depend on it.
b. A change of "network" to "NETWORK", since nsswitch requires
the former but we only have a script providing the latter.
What do you think of these changes?
- Giorgos
%%%
Index: ike
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/ike,v
retrieving revision 1.2
diff -u -r1.2 ike
--- ike 8 Mar 2004 12:25:05 -0000 1.2
+++ ike 14 Sep 2004 10:10:15 -0000
@@ -4,7 +4,7 @@
#
# PROVIDE: ike
-# REQUIRE: root beforenetlkm mountcritlocal
+# REQUIRE: root mountcritlocal
# BEFORE: DAEMON
# KEYWORD: FreeBSD nojail
Index: nsswitch
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/nsswitch,v
retrieving revision 1.3
diff -u -r1.3 nsswitch
--- nsswitch 21 Jun 2004 19:38:58 -0000 1.3
+++ nsswitch 14 Sep 2004 10:09:46 -0000
@@ -28,7 +28,7 @@
# PROVIDE: nsswitch
# REQUIRE: root
-# BEFORE: network
+# BEFORE: NETWORK
# KEYWORD: FreeBSD
. /etc/rc.subr
Index: pf
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/pf,v
retrieving revision 1.3
diff -u -r1.3 pf
--- pf 23 Jun 2004 01:42:06 -0000 1.3
+++ pf 14 Sep 2004 10:08:31 -0000
@@ -4,7 +4,7 @@
#
# PROVIDE: pf
-# REQUIRE: root beforenetlkm mountcritlocal netif pflog
+# REQUIRE: root mountcritlocal netif pflog
# BEFORE: DAEMON LOGIN
# KEYWORD: FreeBSD nojail
Index: pflog
===================================================================
RCS file: /home/ncvs/src/etc/rc.d/pflog,v
retrieving revision 1.2
diff -u -r1.2 pflog
--- pflog 31 Aug 2004 14:23:51 -0000 1.2
+++ pflog 14 Sep 2004 10:08:10 -0000
@@ -4,7 +4,7 @@
#
# PROVIDE: pflog
-# REQUIRE: root beforenetlkm mountcritlocal netif
+# REQUIRE: root mountcritlocal netif
# BEFORE: DAEMON LOGIN
# KEYWORD: FreeBSD nojail
%%%
More information about the freebsd-rc
mailing list