diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-23 00:36:58 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-12-23 00:36:58 +0000 |
commit | b868bfb31a1f519c315c56d0a291e572750462c5 (patch) | |
tree | f82f288d9d50fdea96e3cbdc00953e3ab1e02650 /etc | |
parent | 60fea1acec8e051d0762064099b8112abd6cbec2 (diff) |
Merge the fix from rev 1.108: consider all ptys.
Notes
Notes:
svn path=/stable/2.2/; revision=20829
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |