summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-04-08 01:53:43 +0000
committermillert <millert@openbsd.org>2003-04-08 01:53:43 +0000
commita293d798778707e300e6c8dc6e5c4cbbdeeb70ec (patch)
treeaa21a7387f29d31aa3a9a9e083e54ffe995576f1
parentStrcat/s_strcat is unused (diff)
downloadwireguard-openbsd-a293d798778707e300e6c8dc6e5c4cbbdeeb70ec.tar.xz
wireguard-openbsd-a293d798778707e300e6c8dc6e5c4cbbdeeb70ec.zip
fix another non-POSIX chown; Chuck Yerkes
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index a301758fb1e..afa4426a4e2 100644
--- a/etc/rc
+++ b/etc/rc
@@ -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