svn commit: r289519 - stable/10/etc/rc.d
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Oct 18 14:59:39 UTC 2015
Author: trasz
Date: Sun Oct 18 14:59:38 2015
New Revision: 289519
URL: https://svnweb.freebsd.org/changeset/base/289519
Log:
MFC r287951:
The "automount" rc script should depend on "automountd", not the other
way around.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/rc.d/automount
stable/10/etc/rc.d/automountd
stable/10/etc/rc.d/autounmountd
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/rc.d/automount
==============================================================================
--- stable/10/etc/rc.d/automount Sun Oct 18 14:57:42 2015 (r289518)
+++ stable/10/etc/rc.d/automount Sun Oct 18 14:59:38 2015 (r289519)
@@ -4,7 +4,7 @@
#
# PROVIDE: automount
-# REQUIRE: nfsclient
+# REQUIRE: nfsclient automountd
# KEYWORD: nojail shutdown
. /etc/rc.subr
Modified: stable/10/etc/rc.d/automountd
==============================================================================
--- stable/10/etc/rc.d/automountd Sun Oct 18 14:57:42 2015 (r289518)
+++ stable/10/etc/rc.d/automountd Sun Oct 18 14:59:38 2015 (r289519)
@@ -4,7 +4,7 @@
#
# PROVIDE: automountd
-# REQUIRE: automount
+# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
Modified: stable/10/etc/rc.d/autounmountd
==============================================================================
--- stable/10/etc/rc.d/autounmountd Sun Oct 18 14:57:42 2015 (r289518)
+++ stable/10/etc/rc.d/autounmountd Sun Oct 18 14:59:38 2015 (r289519)
@@ -4,7 +4,7 @@
#
# PROVIDE: autounmountd
-# REQUIRE: nfsclient
+# REQUIRE: DAEMON
# KEYWORD: nojail
. /etc/rc.subr
More information about the svn-src-stable-10
mailing list