summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-02 17:18:47 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-02 17:24:25 -0300
commitd4b1e549c259c4a2be50d92fe8de65b72b7263bb (patch)
tree4a1b9741406cf0f91b6e93db9396b46c4f134c65 /tmp
parent23c01a69fe1e922d1c6f670cfdc76ef415c23484 (diff)
downloadpfsense-d4b1e549c259c4a2be50d92fe8de65b72b7263bb.zip
pfsense-d4b1e549c259c4a2be50d92fe8de65b72b7263bb.tar.gz
Back to cons25 for now since we found some issues with xterm on serial console
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index d5fc582..d5577f7 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -9,7 +9,7 @@ if [ $PFSENSETYPE = "pfSense" ] || [ $PFSENSETYPE = "nanobsd" ]; then
fi
# Detect interactive logins and display the shell
-detect_command='[ -n "$SSH_TTY" -o "$TERM" = "xterm" ] && exec /etc/rc.initial'
+detect_command='[ -n "$SSH_TTY" -o "$TERM" = "cons25" ] && exec /etc/rc.initial'
echo "$detect_command" > $CVS_CO_DIR/root/.shrc
echo "$detect_command" >> $CVS_CO_DIR/root/.profile
OpenPOWER on IntegriCloud