From 7e4eca7136eaa35e15f67682468f09aa7127b543 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Mon, 11 Jan 2021 12:13:41 -0800 Subject: Revert 97ec6eba653a07. There shouldn't be a dependency of 'tmp' on remote filesystems. Discussed this with Brooks and he can't find evidence that provoked the change in 2005. If anything gets broken I will fix it in a different way, not via rc sequence change. Discussed with: brooks Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D28097 --- libexec/rc/rc.d/tmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/tmp b/libexec/rc/rc.d/tmp index 3b75ec0338ef..a61321e058ee 100755 --- a/libexec/rc/rc.d/tmp +++ b/libexec/rc/rc.d/tmp @@ -28,7 +28,7 @@ # # PROVIDE: tmp -# REQUIRE: mountcritremote +# REQUIRE: mountcritlocal . /etc/rc.subr -- cgit v1.2.3