summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-12-21 10:53:04 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-12-21 10:53:04 +0000
commitd6a0d6a22e9b0ac0457c1471bc84b9240b8b5242 (patch)
tree699ffa30caf36debb88710b33687988fcabcbd58 /etc/etc.i386
parente19228dc56da15c19803245e21dc5a91f93da909 (diff)
downloadFreeBSD-src-d6a0d6a22e9b0ac0457c1471bc84b9240b8b5242.zip
FreeBSD-src-d6a0d6a22e9b0ac0457c1471bc84b9240b8b5242.tar.gz
Use more thorough redirection to make the impact of allscreens_flags
more comprehensive. Previously, at least colour changes were not applied to all virtual consoles. PR: 15066 Reported by: Andy Farkas <andyf@speednet.com.au> Submitted by: yokota
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/rc.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index d549435..7919b7a 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -204,7 +204,7 @@ esac
if [ -n "${allscreens_flags}" ]; then
echo -n ' allscreens'
for ttyv in /dev/ttyv*; do
- vidcontrol < ${ttyv} ${allscreens_flags}
+ vidcontrol ${allscreens_flags} < ${ttyv} > ${ttyv} 2>&1
done
fi
OpenPOWER on IntegriCloud