From 97ec6eba653a075113ed37cd3be493d86bf458a1 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 2 Dec 2005 20:35:23 +0000 Subject: Brooks pointed out a case where tmp needs to be run after mountcritremote, so force it the other way instead. --- etc/rc.d/tmp | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3