diff options
author | 2003-04-08 01:53:43 +0000 | |
---|---|---|
committer | 2003-04-08 01:53:43 +0000 | |
commit | a293d798778707e300e6c8dc6e5c4cbbdeeb70ec (patch) | |
tree | aa21a7387f29d31aa3a9a9e083e54ffe995576f1 | |
parent | Strcat/s_strcat is unused (diff) | |
download | wireguard-openbsd-a293d798778707e300e6c8dc6e5c4cbbdeeb70ec.tar.xz wireguard-openbsd-a293d798778707e300e6c8dc6e5c4cbbdeeb70ec.zip |
fix another non-POSIX chown; Chuck Yerkes
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |