* Create /var/tmp.

svn path=/nixos/trunk/; revision=9653
This commit is contained in:
Eelco Dolstra 2007-11-12 14:45:26 +00:00
parent edf5ce8d75
commit a0f5a93229

View File

@ -75,6 +75,8 @@ chmod 644 /var/log/wtmp
touch /var/log/lastlog
chmod 644 /var/log/lastlog
mkdir -m 1777 -p /var/tmp
# Empty, read-only home directory of many system accounts.
mkdir -m 0555 -p /var/empty