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
This commit is contained in:
Poul-Henning Kamp 1998-06-02 11:02:16 +00:00
parent 976f208be3
commit 3a9b4259f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36584

4
etc/rc
View File

@ -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