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:
parent
976f208be3
commit
3a9b4259f4
4
etc/rc
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user