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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
