From 005425a6f5bfe27884c07aef2afcefbb8f0199c8 Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 8 Apr 2003 01:53:43 +0000 Subject: [PATCH] fix another non-POSIX chown; Chuck Yerkes --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index a301758f..afa4426a 100644 --- a/src/etc/rc +++ b/src/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