aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2021-01-11 20:13:41 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2021-01-15 20:44:06 +0000
commit7e4eca7136eaa35e15f67682468f09aa7127b543 (patch)
tree74574946636332e508511e47d0e95be2255570db
parentaefe30c5437159a5399bdbc1974d6fbf40f2ba0f (diff)
downloadsrc-7e4eca7136eaa35e15f67682468f09aa7127b543.tar.gz
src-7e4eca7136eaa35e15f67682468f09aa7127b543.zip
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
-rwxr-xr-xlibexec/rc/rc.d/tmp2
1 files changed, 1 insertions, 1 deletions
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