99-cleanup.sh (311B)
1 # vim: set ts=4 sw=4 et: 2 3 if [ ! -e /var/log/wtmp ]; then 4 install -m0664 -o root -g utmp /dev/null /var/log/wtmp 5 fi 6 if [ ! -e /var/log/btmp ]; then 7 install -m0600 -o root -g utmp /dev/null /var/log/btmp 8 fi 9 install -dm1777 /tmp/.X11-unix /tmp/.ICE-unix 10 rm -f /etc/nologin /forcefsck /forcequotacheck /fastboot