Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 06:54:53 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287951 - head/etc/rc.d
Message-ID:  <201509180654.t8I6srcw087247@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri Sep 18 06:54:52 2015
New Revision: 287951
URL: https://svnweb.freebsd.org/changeset/base/287951

Log:
  The "automount" rc script should depend on "automountd", not the other
  way around.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/etc/rc.d/automount
  head/etc/rc.d/automountd
  head/etc/rc.d/autounmountd

Modified: head/etc/rc.d/automount
==============================================================================
--- head/etc/rc.d/automount	Fri Sep 18 05:59:15 2015	(r287950)
+++ head/etc/rc.d/automount	Fri Sep 18 06:54:52 2015	(r287951)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: automount
-# REQUIRE: nfsclient
+# REQUIRE: nfsclient automountd
 # KEYWORD: nojail shutdown
 
 . /etc/rc.subr

Modified: head/etc/rc.d/automountd
==============================================================================
--- head/etc/rc.d/automountd	Fri Sep 18 05:59:15 2015	(r287950)
+++ head/etc/rc.d/automountd	Fri Sep 18 06:54:52 2015	(r287951)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: automountd
-# REQUIRE: automount
+# REQUIRE: DAEMON
 # KEYWORD: nojail
 
 . /etc/rc.subr

Modified: head/etc/rc.d/autounmountd
==============================================================================
--- head/etc/rc.d/autounmountd	Fri Sep 18 05:59:15 2015	(r287950)
+++ head/etc/rc.d/autounmountd	Fri Sep 18 06:54:52 2015	(r287951)
@@ -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?201509180654.t8I6srcw087247>