aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-08-08 19:30:44 +0000
committerBill Nottingham <notting@redhat.com>2003-08-08 19:30:44 +0000
commit287cac506f803f948c9f063e5dc9e8586a964169 (patch)
tree065b463f5cb83df07c2816a9575f8f186e06e421
parent845a2e77f9588594b898a2eaebc096482ff8406f (diff)
downloadinitscripts-287cac506f803f948c9f063e5dc9e8586a964169.tar
initscripts-287cac506f803f948c9f063e5dc9e8586a964169.tar.gz
initscripts-287cac506f803f948c9f063e5dc9e8586a964169.tar.bz2
initscripts-287cac506f803f948c9f063e5dc9e8586a964169.tar.xz
initscripts-287cac506f803f948c9f063e5dc9e8586a964169.zip
don't echo to /dev/console (#102004)
-rwxr-xr-xsetsysfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/setsysfont b/setsysfont
index bcebb719..f24e82b9 100755
--- a/setsysfont
+++ b/setsysfont
@@ -39,7 +39,7 @@ elif [ -x /bin/setfont ]; then
/bin/setfont $SYSFONT $ARGS
# else
# /bin/setfont
- echo -ne "\033(K" > /dev/console
+ echo -ne "\033(K" 2>/dev/null > /proc/$$/fd/0
fi
else
echo $"can't set font"