diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2012-01-23 15:50:16 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2012-01-23 15:50:16 +0000 |
commit | 95b13782d90f7dd4876e21964e3c7c2fdbb1d1ab (patch) | |
tree | 5a3f97f9f1ae9b721719edd90398c5e45e106946 /release | |
parent | ebe4f7c32da597e8830edd2cdd314aaf17db5595 (diff) | |
download | FreeBSD-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-x | release/rc.local | 2 |
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 |