summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-23 00:32:15 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-23 00:32:15 +0000
commit2a3b4774926d8089a9f57e5f4c7cf43540d4f0dd (patch)
tree7fda6a82751f8539774c1060839185b0277e8e35 /etc/rc
parent99dd3ae077dc6ad8ace5a62c781714fa9e9470ff (diff)
downloadFreeBSD-src-2a3b4774926d8089a9f57e5f4c7cf43540d4f0dd.zip
FreeBSD-src-2a3b4774926d8089a9f57e5f4c7cf43540d4f0dd.tar.gz
Extend the set of ptys to chmod at boot time.
Closes PR # conf/1957: not all perms of ptys... Submitted by: gurney_j@efn.org (John-Mark Gurney)
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 878e5df..3b47723 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.106 1996/11/13 19:04:31 adam Exp $
+# $Id: rc,v 1.107 1996/12/19 18:06:35 joerg Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -115,7 +115,7 @@ fi
mount -a -t nfs >/dev/null 2>&1
# Whack the pty perms back into shape.
-chmod 666 /dev/tty[pqrs]*
+chmod 666 /dev/tty[pqrsPQRS]*
# clean up left-over files
rm -f /etc/nologin
OpenPOWER on IntegriCloud