diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-01-11 19:11:29 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-01-15 20:44:06 +0000 |
| commit | 4f48fd7c5677c6640cac59706d0340348a5f1d64 (patch) | |
| tree | 26acd13691b6098b1083c1be1cf0bf28a5bffe19 /libexec/rc/rc.d/FILESYSTEMS | |
| parent | 7e4eca7136eaa35e15f67682468f09aa7127b543 (diff) | |
| download | src-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-x | libexec/rc/rc.d/FILESYSTEMS | 2 |
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 / |
