Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 14:59:38 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289519 - stable/10/etc/rc.d
Message-ID:  <201510181459.t9IExcqg099743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510181459.t9IExcqg099743>