summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc2
-rw-r--r--etc/rc.shutdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index cd22116..99cfda8 100644
--- a/etc/rc
+++ b/etc/rc
@@ -38,7 +38,7 @@
# first before contemplating any changes here. If you do need to change
# this file for some reason, we would like to know about it.
-stty status '^T'
+stty status '^T' 2> /dev/null
# Set shell to ignore SIGINT (2), but not children;
# shell catches SIGQUIT (3) and returns to single user.
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index dc1ca13..81cc994 100644
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -32,7 +32,7 @@
# Output and errors are directed to console by init, and the
# console is the controlling terminal.
-stty status '^T'
+stty status '^T' 2> /dev/null
# Set shell to ignore SIGINT (2), but not children;
# shell catches SIGQUIT (3) and returns to single user after fsck.
OpenPOWER on IntegriCloud