aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2012-01-23 15:50:16 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2012-01-23 15:50:16 +0000
commita630c48bfa665a9b56402d6e9cb86f21e014958d (patch)
tree5a3f97f9f1ae9b721719edd90398c5e45e106946 /release
parentdc8fd8f2b7e13fd5d016f6355c1a596d0f61614d (diff)
downloadsrc-a630c48bfa665a9b56402d6e9cb86f21e014958d.tar.gz
src-a630c48bfa665a9b56402d6e9cb86f21e014958d.zip
Do a test in a better way. Editing files after testing them is never wise.
Notes
Notes: svn path=/head/; revision=230483
Diffstat (limited to 'release')
-rwxr-xr-xrelease/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rc.local b/release/rc.local
index 18182c4aadc7..da4e77c91836 100755
--- a/release/rc.local
+++ b/release/rc.local
@@ -13,7 +13,7 @@ if [ $? -eq 0 ]; then
# Syscons: use xterm, start interesting things on other VTYs
TERM=xterm
- if [ "$EXTERNAL_VTY_STARTED" -ne 1 ]; then
+ if [ -z "$EXTERNAL_VTY_STARTED" ]; then
vidcontrol -s 2 # Switch to a VTY with no kernel messages
# Init will clean these processes up if/when the system
# goes multiuser