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:
parent
18b223fed4
commit
a3e42d03b9
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: amd
|
||||
# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
|
||||
# REQUIRE: rpcbind ypset nfsclient cleanvar ldconfig
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: nojail shutdown
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Start keyserv if we are running Secure RPC
|
||||
|
||||
# PROVIDE: keyserv
|
||||
# REQUIRE: ypbind
|
||||
# REQUIRE: ypset
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
# PROVIDE: nisdomain
|
||||
# REQUIRE: SERVERS rpcbind
|
||||
# BEFORE: ypbind ypserv ypxfrd
|
||||
# BEFORE: ypset ypbind ypserv ypxfrd
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
# PROVIDE: yppasswdd
|
||||
# REQUIRE: ypserv ypbind
|
||||
# REQUIRE: ypserv ypset
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user