svn commit: r196057 - in stable/7/etc: . rc.d

Doug Barton dougb at FreeBSD.org
Mon Aug 3 20:24:33 UTC 2009


Author: dougb
Date: Mon Aug  3 20:24:31 2009
New Revision: 196057
URL: http://svn.freebsd.org/changeset/base/196057

Log:
  MFC r193197, substitute ypset for ypbind in REQUIRE lines.

Modified:
  stable/7/etc/   (props changed)
  stable/7/etc/rc.d/amd
  stable/7/etc/rc.d/keyserv
  stable/7/etc/rc.d/nisdomain
  stable/7/etc/rc.d/quota
  stable/7/etc/rc.d/yppasswdd
  stable/7/etc/termcap.small   (props changed)

Modified: stable/7/etc/rc.d/amd
==============================================================================
--- stable/7/etc/rc.d/amd	Mon Aug  3 20:22:02 2009	(r196056)
+++ stable/7/etc/rc.d/amd	Mon Aug  3 20:24:31 2009	(r196057)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: amd
-# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
+# REQUIRE: rpcbind ypset nfsclient cleanvar ldconfig
 # BEFORE: DAEMON
 # KEYWORD: nojail shutdown
 

Modified: stable/7/etc/rc.d/keyserv
==============================================================================
--- stable/7/etc/rc.d/keyserv	Mon Aug  3 20:22:02 2009	(r196056)
+++ stable/7/etc/rc.d/keyserv	Mon Aug  3 20:24:31 2009	(r196057)
@@ -6,7 +6,7 @@
 # Start keyserv if we are running Secure RPC
 
 # PROVIDE: keyserv
-# REQUIRE: ypbind
+# REQUIRE: ypset
 # BEFORE: DAEMON
 # KEYWORD: shutdown
 

Modified: stable/7/etc/rc.d/nisdomain
==============================================================================
--- stable/7/etc/rc.d/nisdomain	Mon Aug  3 20:22:02 2009	(r196056)
+++ stable/7/etc/rc.d/nisdomain	Mon Aug  3 20:24:31 2009	(r196057)
@@ -28,7 +28,7 @@
 
 # PROVIDE: nisdomain
 # REQUIRE: SERVERS rpcbind
-# BEFORE:  ypbind ypserv ypxfrd
+# BEFORE:  ypset ypbind ypserv ypxfrd
 
 . /etc/rc.subr
 

Modified: stable/7/etc/rc.d/quota
==============================================================================
--- stable/7/etc/rc.d/quota	Mon Aug  3 20:22:02 2009	(r196056)
+++ stable/7/etc/rc.d/quota	Mon Aug  3 20:24:31 2009	(r196057)
@@ -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
 

Modified: stable/7/etc/rc.d/yppasswdd
==============================================================================
--- stable/7/etc/rc.d/yppasswdd	Mon Aug  3 20:22:02 2009	(r196056)
+++ stable/7/etc/rc.d/yppasswdd	Mon Aug  3 20:24:31 2009	(r196057)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: yppasswdd
-# REQUIRE: ypserv ypbind
+# REQUIRE: ypserv ypset
 # BEFORE:  LOGIN
 # KEYWORD: shutdown
 


More information about the svn-src-stable mailing list