From 53639aebb75f207e64b014e0d95fae845f42f838 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Fri, 18 Sep 2015 06:54:52 +0000 Subject: [PATCH] The "automount" rc script should depend on "automountd", not the other way around. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- etc/rc.d/automount | 2 +- etc/rc.d/automountd | 2 +- etc/rc.d/autounmountd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.d/automount b/etc/rc.d/automount index c39469452a89..7f43b4531125 100644 --- a/etc/rc.d/automount +++ b/etc/rc.d/automount @@ -4,7 +4,7 @@ # # PROVIDE: automount -# REQUIRE: nfsclient +# REQUIRE: nfsclient automountd # KEYWORD: nojail shutdown . /etc/rc.subr diff --git a/etc/rc.d/automountd b/etc/rc.d/automountd index 6d7466514077..01a2e0bb8823 100644 --- a/etc/rc.d/automountd +++ b/etc/rc.d/automountd @@ -4,7 +4,7 @@ # # PROVIDE: automountd -# REQUIRE: automount +# REQUIRE: DAEMON # KEYWORD: nojail . /etc/rc.subr diff --git a/etc/rc.d/autounmountd b/etc/rc.d/autounmountd index c57f90da99e8..49a27ba01bdd 100644 --- a/etc/rc.d/autounmountd +++ b/etc/rc.d/autounmountd @@ -4,7 +4,7 @@ # # PROVIDE: autounmountd -# REQUIRE: nfsclient +# REQUIRE: DAEMON # KEYWORD: nojail . /etc/rc.subr