summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2004-03-05 07:43:38 +0000
committermtm <mtm@FreeBSD.org>2004-03-05 07:43:38 +0000
commit88b3c4598b22f4ac880701b13323b9400d249959 (patch)
tree478a6753e941e503b5072214ae089789565fa37c
parentc1d81832b15ba5e3a425995b4007ef3910101521 (diff)
downloadFreeBSD-src-88b3c4598b22f4ac880701b13323b9400d249959.zip
FreeBSD-src-88b3c4598b22f4ac880701b13323b9400d249959.tar.gz
Remove scripts we don't use from requirement lines. These were
hold-overs from the initial NetBSD import.
-rw-r--r--etc/rc.d/NETWORKING2
-rwxr-xr-xetc/rc.d/accounting2
-rwxr-xr-xetc/rc.d/amd2
-rwxr-xr-xetc/rc.d/cleartmp2
-rwxr-xr-xetc/rc.d/dhclient2
-rwxr-xr-xetc/rc.d/ipfilter2
-rwxr-xr-xetc/rc.d/ipsec2
-rwxr-xr-xetc/rc.d/ldconfig2
-rwxr-xr-xetc/rc.d/mountd2
-rwxr-xr-xetc/rc.d/rpcbind2
-rwxr-xr-xetc/rc.d/syslogd2
11 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index 7e92c83..3cfb54c 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 7b07a9d..9ab8d1e 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 6ecf00f..6d7c135 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 13b480b..2879f8f 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 cb49119..550a6a4 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 0e63fd3..60e320a 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 01b7ab2..aebd497 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 4accff6..9dbcbe9 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 fb01570..2d246d7 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 9b5c73d..8d8d97c 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 6e0109f..99e541c 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
OpenPOWER on IntegriCloud