mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
With devfs, we do not need to initialize pty's permissions.
This commit is contained in:
parent
5a9365040d
commit
390a2b4152
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92023
@ -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; })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user