Browse Source

fix another non-POSIX chown; Chuck Yerkes

OPENBSD_3_4
millert 21 years ago
parent
commit
005425a6f5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.225 2003/03/23 18:45:34 marc Exp $
# $OpenBSD: rc,v 1.226 2003/04/08 01:53:43 millert Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -328,7 +328,7 @@ dev_mkdb
echo "."
chmod 666 /dev/tty[pqrstuvwxyzPQRST]*
chown root.wheel /dev/tty[pqrstuvwxyzPQRST]*
chown root:wheel /dev/tty[pqrstuvwxyzPQRST]*
# check the password temp/lock file
if [ -f /etc/ptmp ]; then


Loading…
Cancel
Save