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

This commit is contained in:
Luigi Rizzo 2002-03-10 20:47:26 +00:00
parent 5a9365040d
commit 390a2b4152
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92023

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; })