diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2004-03-05 07:43:38 +0000 |
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2004-03-05 07:43:38 +0000 |
| commit | 6e571c70357857c93ec5257c0a8da3508ad4c38d (patch) | |
| tree | 478a6753e941e503b5072214ae089789565fa37c /etc | |
| parent | df4d19f52ca499c270e67fd53ae4c68b41008110 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.d/NETWORKING | 2 | ||||
| -rwxr-xr-x | etc/rc.d/accounting | 2 | ||||
| -rwxr-xr-x | etc/rc.d/amd | 2 | ||||
| -rwxr-xr-x | etc/rc.d/cleartmp | 2 | ||||
| -rwxr-xr-x | etc/rc.d/dhclient | 2 | ||||
| -rwxr-xr-x | etc/rc.d/ipfilter | 2 | ||||
| -rwxr-xr-x | etc/rc.d/ipsec | 2 | ||||
| -rwxr-xr-x | etc/rc.d/ldconfig | 2 | ||||
| -rwxr-xr-x | etc/rc.d/mountd | 2 | ||||
| -rwxr-xr-x | etc/rc.d/rpcbind | 2 | ||||
| -rwxr-xr-x | etc/rc.d/syslogd | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index 7e92c83a39a6..3cfb54cacafe 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -5,7 +5,7 @@ # # PROVIDE: NETWORKING NETWORK -# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user +# REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user # REQUIRE: routed mrouted route6d mroute6d # KEYWORD: FreeBSD diff --git a/etc/rc.d/accounting b/etc/rc.d/accounting index 7b07a9dc45b1..9ab8d1e03ddb 100755 --- a/etc/rc.d/accounting +++ b/etc/rc.d/accounting @@ -5,7 +5,7 @@ # # PROVIDE: accounting -# REQUIRE: mountall +# REQUIRE: mountcritremote # BEFORE: DAEMON # KEYWORD: FreeBSD diff --git a/etc/rc.d/amd b/etc/rc.d/amd index 6ecf00f9b09f..6d7c135eba1e 100755 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -5,7 +5,7 @@ # # PROVIDE: amd -# REQUIRE: rpcbind mountall ypbind nfsclient +# REQUIRE: rpcbind ypbind nfsclient # BEFORE: DAEMON # KEYWORD: FreeBSD diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp index 13b480bd9027..2879f8f11b4a 100755 --- a/etc/rc.d/cleartmp +++ b/etc/rc.d/cleartmp @@ -5,7 +5,7 @@ # # PROVIDE: cleartmp -# REQUIRE: mountall +# REQUIRE: mountcritremote # BEFORE: DAEMON # KEYWORD: FreeBSD diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient index cb49119a7e80..550a6a400c09 100755 --- a/etc/rc.d/dhclient +++ b/etc/rc.d/dhclient @@ -5,7 +5,7 @@ # # PROVIDE: dhclient -# REQUIRE: network netif ipfw ipfilter mountcritlocal +# REQUIRE: netif ipfw ipfilter mountcritlocal # BEFORE: NETWORKING # KEYWORD: FreeBSD # diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter index 0e63fd331eb0..60e320afef7f 100755 --- a/etc/rc.d/ipfilter +++ b/etc/rc.d/ipfilter @@ -5,7 +5,7 @@ # # PROVIDE: ipfilter -# REQUIRE: root beforenetlkm mountcritlocal ipmon +# REQUIRE: root mountcritlocal ipmon # BEFORE: netif # KEYWORD: FreeBSD diff --git a/etc/rc.d/ipsec b/etc/rc.d/ipsec index 01b7ab2c0518..aebd497fdfc8 100755 --- a/etc/rc.d/ipsec +++ b/etc/rc.d/ipsec @@ -5,7 +5,7 @@ # # PROVIDE: ipsec -# REQUIRE: root beforenetlkm mountcritlocal +# REQUIRE: root mountcritlocal # BEFORE: DAEMON # KEYWORD: FreeBSD diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index 4accff6413d4..9dbcbe9ba988 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -5,7 +5,7 @@ # # PROVIDE: ldconfig -# REQUIRE: mountall mountcritremote +# REQUIRE: mountcritremote # BEFORE: DAEMON # KEYWORD: FreeBSD diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index fb01570dfba7..2d246d7afe65 100755 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -5,7 +5,7 @@ # # PROVIDE: mountd -# REQUIRE: NETWORKING mountall beforemountlkm nfsserver rpcbind quota +# REQUIRE: NETWORKING nfsserver rpcbind quota # KEYWORD: FreeBSD . /etc/rc.subr diff --git a/etc/rc.d/rpcbind b/etc/rc.d/rpcbind index 9b5c73da9e71..8d8d97cbb942 100755 --- a/etc/rc.d/rpcbind +++ b/etc/rc.d/rpcbind @@ -5,7 +5,7 @@ # # PROVIDE: rpcbind -# REQUIRE: NETWORKING ntpdate syslogd named ppp +# REQUIRE: NETWORKING ntpdate syslogd named # KEYWORD: FreeBSD . /etc/rc.subr diff --git a/etc/rc.d/syslogd b/etc/rc.d/syslogd index 6e0109ffc6a9..99e541c7d2d9 100755 --- a/etc/rc.d/syslogd +++ b/etc/rc.d/syslogd @@ -5,7 +5,7 @@ # # PROVIDE: syslogd -# REQUIRE: mountcritremote sysdb wscons +# REQUIRE: mountcritremote # BEFORE: SERVERS # KEYWORD: FreeBSD |
