|
|
@ -104,7 +104,7 @@ dnl |
|
|
|
check(`hostname "$(cat /etc/HOSTNAME)"') |
|
|
|
dnl |
|
|
|
block_split(`Refresh utmp, delete lock and tmp files and other stuff.') |
|
|
|
find /var/lock /var/run /tmp -mindepth 1 2> /dev/null | xargs rm -rf |
|
|
|
find /var/lock /var/run /tmp -mindepth 1 -print0 2> /dev/null | xargs --null rm -rf |
|
|
|
rm -f /etc/nologin /nologin /fastboot ; touch /var/run/utmp |
|
|
|
chmod 664 /var/run/utmp ; chown root:tty /var/run/utmp |
|
|
|
dnl |
|
|
|