From cae59b3d6a3e7f6ceba4b31d5ecd37ecbf319ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 14 Mar 1999 20:26:39 +0000 Subject: [PATCH] Fix bogons in previous commit. --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index 04c34a3e7cf..309eb30ff1e 100644 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.180 1999/03/11 16:17:24 jfitz Exp $ +# $Id: rc,v 1.181 1999/03/14 03:20:22 des Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -172,7 +172,7 @@ echo . # Whack the pty perms back into shape. chmod 666 /dev/tty[pqrsPQRS]* -chown root:tty /dev/tty/[pqrsPQRS]* +chown root:wheel /dev/tty[pqrsPQRS]* # clean up left-over files clean_var # If it hasn't already been done