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>
This commit is contained in:
Doug Barton 2009-06-01 04:55:13 +00:00
parent 18b223fed4
commit a3e42d03b9
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: amd
# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
# REQUIRE: rpcbind ypset nfsclient cleanvar ldconfig
# BEFORE: DAEMON
# KEYWORD: nojail shutdown

View File

@ -6,7 +6,7 @@
# Start keyserv if we are running Secure RPC
# PROVIDE: keyserv
# REQUIRE: ypbind
# REQUIRE: ypset
# BEFORE: DAEMON
# KEYWORD: shutdown

View File

@ -28,7 +28,7 @@
# PROVIDE: nisdomain
# REQUIRE: SERVERS rpcbind
# BEFORE: ypbind ypserv ypxfrd
# BEFORE: ypset ypbind ypserv ypxfrd
. /etc/rc.subr

View File

@ -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

View File

@ -4,7 +4,7 @@
#
# PROVIDE: yppasswdd
# REQUIRE: ypserv ypbind
# REQUIRE: ypserv ypset
# BEFORE: LOGIN
# KEYWORD: shutdown