diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-12-02 20:35:23 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-12-02 20:35:23 +0000 |
commit | 97ec6eba653a075113ed37cd3be493d86bf458a1 (patch) | |
tree | dde5d4ebfab726055e22a2b1d4024ef7039f13c0 /etc | |
parent | 0f3ce2b32c1dd5e82c838030e87f1f868cf58af9 (diff) | |
download | src-97ec6eba653a07.tar.gz src-97ec6eba653a07.zip |
Brooks pointed out a case where tmp needs to be run after
mountcritremote, so force it the other way instead.
Notes
Notes:
svn path=/head/; revision=153028
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/tmp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp index 642f7e62dee1..0c8903804774 100644 --- a/etc/rc.d/tmp +++ b/etc/rc.d/tmp @@ -28,8 +28,7 @@ # # PROVIDE: tmp -# REQUIRE: mountcritlocal -# BEFORE: mountcritremote +# REQUIRE: mountcritremote . /etc/rc.subr |