aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/FILESYSTEMS
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2021-01-11 19:11:29 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2021-01-15 20:44:06 +0000
commit4f48fd7c5677c6640cac59706d0340348a5f1d64 (patch)
tree26acd13691b6098b1083c1be1cf0bf28a5bffe19 /libexec/rc/rc.d/FILESYSTEMS
parent7e4eca7136eaa35e15f67682468f09aa7127b543 (diff)
downloadsrc-4f48fd7c5677c6640cac59706d0340348a5f1d64.tar.gz
src-4f48fd7c5677c6640cac59706d0340348a5f1d64.zip
Add 'tmp' to the list of FILESYSTEMS dependencies. Some scripts that
depend on FILESYSTEMS run mktemp(1). For systems that have read-only root this is broken until memory disk based /tmp is instantiated. At least 'os-release' and 'motd' are subject to this problem. Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D28097
Diffstat (limited to 'libexec/rc/rc.d/FILESYSTEMS')
-rwxr-xr-xlibexec/rc/rc.d/FILESYSTEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/FILESYSTEMS b/libexec/rc/rc.d/FILESYSTEMS
index c44bbe126e3e..996d8ada987a 100755
--- a/libexec/rc/rc.d/FILESYSTEMS
+++ b/libexec/rc/rc.d/FILESYSTEMS
@@ -4,7 +4,7 @@
#
# PROVIDE: FILESYSTEMS
-# REQUIRE: root mountcritlocal cleanvar
+# REQUIRE: root mountcritlocal cleanvar tmp
# This is a dummy dependency, for services which require filesystems
# to be mounted before starting. It also serves as the default early /