From 6ef21c4a07dac11502964fa4d78a1a8e4ebf8f57 Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 23 Mar 2004 23:22:35 +0000 Subject: Overhaul the /etc/rc.d/diskless script by splitting it out into hostname, resolve, tmp, and var scripts. The latter three are new and were repo copied. These scripts no longer depend on being booted with and NFS root instead attempt to automaticly create mfs /tmp and /var volumes if the they are not writable. This behavior can be overridden in /etc/rc.conf. Reviewed by: luigi, pjd --- etc/rc.d/cleartmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/cleartmp') diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp index 2879f8f..92b47e3 100755 --- a/etc/rc.d/cleartmp +++ b/etc/rc.d/cleartmp @@ -5,7 +5,7 @@ # # PROVIDE: cleartmp -# REQUIRE: mountcritremote +# REQUIRE: mountcritremote tmp # BEFORE: DAEMON # KEYWORD: FreeBSD -- cgit v1.1