Remove /etc lock files at boot time

This commit is contained in:
Eelco Dolstra 2013-03-28 18:40:13 +01:00
parent 86c1e10a43
commit f40a38b2c8

View file

@ -98,6 +98,7 @@ mkdir -m 0700 -p /var/log/journal
# Miscellaneous boot time cleanup.
rm -rf /var/run /var/lock
rm -f /etc/resolv.conf
rm -f /etc/{group,passwd,shadow}.lock
if test -n "@cleanTmpDir@"; then
echo -n "cleaning \`/tmp'..."