]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/boot.d/16-cleanwtmputmp
Ein NTFS-Update fuer den Heiner :D
[people/teissler/ipfire-2.x.git] / src / boot.d / 16-cleanwtmputmp
1 #!/bin/sh
2 # Cleaning up wtmp/utmp files
3 >/var/run/utmp
4 touch /var/log/wtmp
5 chgrp utmp /var/run/utmp /var/log/wtmp
6 chmod 0664 /var/run/utmp /var/log/wtmp