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