summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-01 04:55:13 +0000
committerdougb <dougb@FreeBSD.org>2009-06-01 04:55:13 +0000
commit868d2f6a927586fd01600a3c5e0aa99fbf2d7199 (patch)
treee6fd8c3640fd8a5b97d82cd5e85975ade052c74d /etc
parent949af7ef6805b84e2c94cb29f2cec4c127734be5 (diff)
downloadFreeBSD-src-868d2f6a927586fd01600a3c5e0aa99fbf2d7199.zip
FreeBSD-src-868d2f6a927586fd01600a3c5e0aa99fbf2d7199.tar.gz
Substitute ypset for ypbind in REQUIRE lines. If you use ypset it has to
happen right after ypbind, and before anything that uses NIS. The only change in rcorder accomplished by this patch is make that happen. PR: conf/117555 Submitted by: John Marshall <john@rwsrv05.mby.riverwillow.net.au>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/amd2
-rwxr-xr-xetc/rc.d/keyserv2
-rwxr-xr-xetc/rc.d/nisdomain2
-rwxr-xr-xetc/rc.d/quota2
-rwxr-xr-xetc/rc.d/yppasswdd2
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.d/amd b/etc/rc.d/amd
index a0e0dc8..8105aeb 100755
--- a/etc/rc.d/amd
+++ b/etc/rc.d/amd
@@ -4,7 +4,7 @@
#
# PROVIDE: amd
-# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
+# REQUIRE: rpcbind ypset nfsclient cleanvar ldconfig
# BEFORE: DAEMON
# KEYWORD: nojail shutdown
diff --git a/etc/rc.d/keyserv b/etc/rc.d/keyserv
index 72188e0..d1eaaee 100755
--- a/etc/rc.d/keyserv
+++ b/etc/rc.d/keyserv
@@ -6,7 +6,7 @@
# Start keyserv if we are running Secure RPC
# PROVIDE: keyserv
-# REQUIRE: ypbind
+# REQUIRE: ypset
# BEFORE: DAEMON
# KEYWORD: shutdown
diff --git a/etc/rc.d/nisdomain b/etc/rc.d/nisdomain
index a24f107..9763a9a 100755
--- a/etc/rc.d/nisdomain
+++ b/etc/rc.d/nisdomain
@@ -28,7 +28,7 @@
# PROVIDE: nisdomain
# REQUIRE: SERVERS rpcbind
-# BEFORE: ypbind ypserv ypxfrd
+# BEFORE: ypset ypbind ypserv ypxfrd
. /etc/rc.subr
diff --git a/etc/rc.d/quota b/etc/rc.d/quota
index 01d9802..6432f50 100755
--- a/etc/rc.d/quota
+++ b/etc/rc.d/quota
@@ -6,7 +6,7 @@
# Enable/Check the quotas (must be after ypbind if using NIS)
# PROVIDE: quota
-# REQUIRE: mountcritremote
+# REQUIRE: mountcritremote ypset
# BEFORE: DAEMON
# KEYWORD: nojail
diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd
index dcaa2f8..fbb80bc 100755
--- a/etc/rc.d/yppasswdd
+++ b/etc/rc.d/yppasswdd
@@ -4,7 +4,7 @@
#
# PROVIDE: yppasswdd
-# REQUIRE: ypserv ypbind
+# REQUIRE: ypserv ypset
# BEFORE: LOGIN
# KEYWORD: shutdown
OpenPOWER on IntegriCloud