summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-06-02 11:02:16 +0000
committerphk <phk@FreeBSD.org>1998-06-02 11:02:16 +0000
commitcf8ca9607039a4be573ff2413b35223b4bdd3c0b (patch)
tree61f3c0931acdd62e6b70b9e1868481b6ebac5142 /etc/rc
parentadec643e587190bf68339443ad006b61a43c91f8 (diff)
downloadFreeBSD-src-cf8ca9607039a4be573ff2413b35223b4bdd3c0b.zip
FreeBSD-src-cf8ca9607039a4be573ff2413b35223b4bdd3c0b.tar.gz
Cut through the discussions and settle the issue: Everything in /var/run
is blown away at boot. If sudo or other programs needs directories, they had better make them in /usr/local/etc/rc.d/mumble.sh PR: 4138 5619 6793
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 1d4c19b..ed62bb5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.143 1998/01/08 17:08:22 joerg Exp $
+# $Id: rc,v 1.144 1998/05/26 20:12:45 sos Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -95,7 +95,7 @@ fi
adjkerntz -i
-rm -f /var/run/*
+rm -rf /var/run/*
# Keep a copy of the boot messages around
dmesg > /var/run/dmesg.boot
OpenPOWER on IntegriCloud