summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-01-23 15:50:16 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-01-23 15:50:16 +0000
commit95b13782d90f7dd4876e21964e3c7c2fdbb1d1ab (patch)
tree5a3f97f9f1ae9b721719edd90398c5e45e106946 /release
parentebe4f7c32da597e8830edd2cdd314aaf17db5595 (diff)
downloadFreeBSD-src-95b13782d90f7dd4876e21964e3c7c2fdbb1d1ab.zip
FreeBSD-src-95b13782d90f7dd4876e21964e3c7c2fdbb1d1ab.tar.gz
Do a test in a better way. Editing files after testing them is never wise.
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 18182c4..da4e77c 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
OpenPOWER on IntegriCloud