summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-03-14 20:26:39 +0000
committerdes <des@FreeBSD.org>1999-03-14 20:26:39 +0000
commit9f1a60059d137ed6ffe02505e4e9936d3bae87db (patch)
tree20242cfb743adee044a384687b12e10098e989c5 /etc
parentc62de94444a57afc9e81940315fbe0631f2b632f (diff)
downloadFreeBSD-src-9f1a60059d137ed6ffe02505e4e9936d3bae87db.zip
FreeBSD-src-9f1a60059d137ed6ffe02505e4e9936d3bae87db.tar.gz
Fix bogons in previous commit.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 04c34a3..309eb30 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
OpenPOWER on IntegriCloud