With devfs, we do not need to initialize pty's permissions.

This commit is contained in:
luigi 2002-03-10 20:47:26 +00:00
parent 8546115965
commit 58e10953a4

View File

@ -37,7 +37,6 @@ if [ -f /etc/rc.network ]; then
network_pass1
fi
mount -a -t nfs
chmod 666 /dev/tty[pqrsPQRS]*
# clean up left-over files
(cd /var/run && { cp /dev/null utmp; chmod 644 utmp; })