summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/keyserv
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/rc.d/keyserv
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/rc.d/keyserv')
-rwxr-xr-xetc/rc.d/keyserv2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud