diff options
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 |