=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/etc/rc 1999/07/15 14:31:52 1.100 --- src/etc/rc 1999/08/03 22:52:42 1.101 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.100 1999/07/15 14:31:52 provos Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.101 1999/08/03 22:52:42 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 263,269 **** dev_mkdb echo "." ! chmod 666 /dev/tty[pqrs]* # check the password temp/lock file if [ -f /etc/ptmp ]; then --- 263,270 ---- dev_mkdb echo "." ! chmod 666 /dev/tty[pqrstuvwxyzPQRST]* ! chown root.wheel /dev/tty[pqrstuvwxyzPQRST]* # check the password temp/lock file if [ -f /etc/ptmp ]; then