svn commit: r196058 - in stable/6/etc: . bluetooth defaults
etc.alpha etc.amd64 etc.arm etc.i386 etc.ia64 etc.powerpc
etc.sparc64 isdn mail mtree namedb pam.d periodic ppp rc.d
root sendmail
Doug Barton
dougb at FreeBSD.org
Mon Aug 3 20:26:56 UTC 2009
Author: dougb
Date: Mon Aug 3 20:26:55 2009
New Revision: 196058
URL: http://svn.freebsd.org/changeset/base/196058
Log:
MFC r193197, substitute ypset for ypbind in REQUIRE lines.
Modified:
stable/6/etc/ (props changed)
stable/6/etc/Makefile (props changed)
stable/6/etc/amd.map (props changed)
stable/6/etc/apmd.conf (props changed)
stable/6/etc/auth.conf (props changed)
stable/6/etc/bluetooth/ (props changed)
stable/6/etc/crontab (props changed)
stable/6/etc/csh.cshrc (props changed)
stable/6/etc/csh.login (props changed)
stable/6/etc/csh.logout (props changed)
stable/6/etc/defaults/ (props changed)
stable/6/etc/devd.conf (props changed)
stable/6/etc/devfs.conf (props changed)
stable/6/etc/dhclient.conf (props changed)
stable/6/etc/disktab (props changed)
stable/6/etc/etc.alpha/ (props changed)
stable/6/etc/etc.amd64/ (props changed)
stable/6/etc/etc.arm/ (props changed)
stable/6/etc/etc.i386/ (props changed)
stable/6/etc/etc.ia64/ (props changed)
stable/6/etc/etc.powerpc/ (props changed)
stable/6/etc/etc.sparc64/ (props changed)
stable/6/etc/fbtab (props changed)
stable/6/etc/freebsd-update.conf (props changed)
stable/6/etc/ftpusers (props changed)
stable/6/etc/gettytab (props changed)
stable/6/etc/group (props changed)
stable/6/etc/hosts (props changed)
stable/6/etc/hosts.allow (props changed)
stable/6/etc/hosts.equiv (props changed)
stable/6/etc/hosts.lpd (props changed)
stable/6/etc/inetd.conf (props changed)
stable/6/etc/isdn/ (props changed)
stable/6/etc/login.access (props changed)
stable/6/etc/login.conf (props changed)
stable/6/etc/mac.conf (props changed)
stable/6/etc/mail/ (props changed)
stable/6/etc/man.alias (props changed)
stable/6/etc/master.passwd (props changed)
stable/6/etc/minfree (props changed)
stable/6/etc/motd (props changed)
stable/6/etc/mtree/ (props changed)
stable/6/etc/namedb/ (props changed)
stable/6/etc/netconfig (props changed)
stable/6/etc/netstart (props changed)
stable/6/etc/network.subr (props changed)
stable/6/etc/networks (props changed)
stable/6/etc/newsyslog.conf (props changed)
stable/6/etc/nls.alias (props changed)
stable/6/etc/nsmb.conf (props changed)
stable/6/etc/opieaccess (props changed)
stable/6/etc/pam.d/ (props changed)
stable/6/etc/pccard_ether (props changed)
stable/6/etc/periodic/ (props changed)
stable/6/etc/pf.conf (props changed)
stable/6/etc/pf.os (props changed)
stable/6/etc/phones (props changed)
stable/6/etc/portsnap.conf (props changed)
stable/6/etc/ppp/ (props changed)
stable/6/etc/printcap (props changed)
stable/6/etc/profile (props changed)
stable/6/etc/protocols (props changed)
stable/6/etc/rc (props changed)
stable/6/etc/rc.bsdextended (props changed)
stable/6/etc/rc.d/ (props changed)
stable/6/etc/rc.d/amd
stable/6/etc/rc.d/keyserv
stable/6/etc/rc.d/nisdomain
stable/6/etc/rc.d/quota
stable/6/etc/rc.d/yppasswdd
stable/6/etc/rc.firewall (props changed)
stable/6/etc/rc.firewall6 (props changed)
stable/6/etc/rc.initdiskless (props changed)
stable/6/etc/rc.resume (props changed)
stable/6/etc/rc.sendmail (props changed)
stable/6/etc/rc.shutdown (props changed)
stable/6/etc/rc.subr (props changed)
stable/6/etc/rc.suspend (props changed)
stable/6/etc/remote (props changed)
stable/6/etc/root/ (props changed)
stable/6/etc/rpc (props changed)
stable/6/etc/sendmail/ (props changed)
stable/6/etc/services (props changed)
stable/6/etc/shells (props changed)
stable/6/etc/snmpd.config (props changed)
stable/6/etc/sysctl.conf (props changed)
stable/6/etc/syslog.conf (props changed)
stable/6/etc/termcap.small (props changed)
stable/6/etc/usbd.conf (props changed)
Modified: stable/6/etc/rc.d/amd
==============================================================================
--- stable/6/etc/rc.d/amd Mon Aug 3 20:24:31 2009 (r196057)
+++ stable/6/etc/rc.d/amd Mon Aug 3 20:26:55 2009 (r196058)
@@ -4,7 +4,7 @@
#
# PROVIDE: amd
-# REQUIRE: rpcbind ypbind nfsclient cleanvar ldconfig
+# REQUIRE: rpcbind ypset nfsclient cleanvar ldconfig
# BEFORE: DAEMON
# KEYWORD: nojail
Modified: stable/6/etc/rc.d/keyserv
==============================================================================
--- stable/6/etc/rc.d/keyserv Mon Aug 3 20:24:31 2009 (r196057)
+++ stable/6/etc/rc.d/keyserv Mon Aug 3 20:26:55 2009 (r196058)
@@ -6,7 +6,7 @@
# Start keyserv if we are running Secure RPC
# PROVIDE: keyserv
-# REQUIRE: ypbind
+# REQUIRE: ypset
# BEFORE: DAEMON
. /etc/rc.subr
Modified: stable/6/etc/rc.d/nisdomain
==============================================================================
--- stable/6/etc/rc.d/nisdomain Mon Aug 3 20:24:31 2009 (r196057)
+++ stable/6/etc/rc.d/nisdomain Mon Aug 3 20:26:55 2009 (r196058)
@@ -28,7 +28,7 @@
# PROVIDE: nisdomain
# REQUIRE: SERVERS rpcbind
-# BEFORE: ypbind ypserv ypxfrd
+# BEFORE: ypset ypbind ypserv ypxfrd
. /etc/rc.subr
Modified: stable/6/etc/rc.d/quota
==============================================================================
--- stable/6/etc/rc.d/quota Mon Aug 3 20:24:31 2009 (r196057)
+++ stable/6/etc/rc.d/quota Mon Aug 3 20:26:55 2009 (r196058)
@@ -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/6/etc/rc.d/yppasswdd
==============================================================================
--- stable/6/etc/rc.d/yppasswdd Mon Aug 3 20:24:31 2009 (r196057)
+++ stable/6/etc/rc.d/yppasswdd Mon Aug 3 20:26:55 2009 (r196058)
@@ -4,7 +4,7 @@
#
# PROVIDE: yppasswdd
-# REQUIRE: ypserv ypbind
+# REQUIRE: ypserv ypset
# BEFORE: LOGIN
. /etc/rc.subr
More information about the svn-src-all
mailing list