summaryrefslogtreecommitdiffstats
path: root/root
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 /root
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 'root')
-rw-r--r--root/.profile2
-rw-r--r--root/.shrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/root/.profile b/root/.profile
index cf2ea6a..700597a 100644
--- a/root/.profile
+++ b/root/.profile
@@ -1,5 +1,5 @@
# Detect interactive logins and display the shell
-if [ -n "${SSH_TTY}" -o "${TERM}" = "xterm" ]; then
+if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
diff --git a/root/.shrc b/root/.shrc
index cf2ea6a..700597a 100644
--- a/root/.shrc
+++ b/root/.shrc
@@ -1,5 +1,5 @@
# Detect interactive logins and display the shell
-if [ -n "${SSH_TTY}" -o "${TERM}" = "xterm" ]; then
+if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
OpenPOWER on IntegriCloud