Date: Wed, 15 Sep 2004 11:26:08 +0300 From: Giorgos Keramidas <keramida@freebsd.org> To: freebsd-rc@freebsd.org Subject: RFC: rc.d dependency changes Message-ID: <20040915082555.GA1209@orion.daedalusnetworks.priv>
next in thread | raw e-mail | index | archive | help
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 %%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040915082555.GA1209>