From 868d2f6a927586fd01600a3c5e0aa99fbf2d7199 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 1 Jun 2009 04:55:13 +0000 Subject: 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 --- etc/rc.d/amd | 2 +- etc/rc.d/keyserv | 2 +- etc/rc.d/nisdomain | 2 +- etc/rc.d/quota | 2 +- etc/rc.d/yppasswdd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'etc') 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 -- cgit v1.1