3
0
Fork 0
forked from mirrors/nixpkgs

* Create wtmp, lastlog.

svn path=/nixos/trunk/; revision=7683
This commit is contained in:
Eelco Dolstra 2007-01-15 17:16:49 +00:00
parent 045d9fdc88
commit af19b39a4b

View file

@ -34,10 +34,16 @@ done
mkdir -m 0755 -p /var/run
echo -n > /var/run/utmp # must exist
chmod 664 /var/run/utmp
chmod 644 /var/run/utmp
mkdir -m 0755 -p /var/log
touch /var/log/wtmp # must exist
chmod 644 /var/log/wtmp
touch /var/log/lastlog
chmod 644 /var/log/lastlog
# If there is no password file yet, create a root account with an
# empty password.