- also create /var/run/utmp and /var/log/wtmp and set mode
This commit is contained in:
Stephan Raue 2010-03-16 11:32:45 +01:00
parent 6ba42b0b8a
commit fee652f481

View File

@ -13,3 +13,9 @@ progress "make variable directory structure"
$IONICE chmod 1777 /var/run /var/tmp
$IONICE touch /var/run/utmp
$IONICE chmod 1777 /var/run/utmp
$IONICE touch /var/log/wtmp
$IONICE chmod 1777 /var/log/wtmp