summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-31 10:27:43 -0300
committerRenato Botelho <renato@netgate.com>2016-05-31 10:27:43 -0300
commit3f30067713a399f354500bb0af3c45763c63439b (patch)
tree738e4b66bed3651e56fff49a662d2455702fc6ca /src/etc/inc/pfsense-utils.inc
parent8bad891360183456fb27cec590a7c8ee202bc0b5 (diff)
downloadpfsense-3f30067713a399f354500bb0af3c45763c63439b.zip
pfsense-3f30067713a399f354500bb0af3c45763c63439b.tar.gz
Move terminal config from cons25 to xterm, same used by FreeBSD
Diffstat (limited to 'src/etc/inc/pfsense-utils.inc')
-rw-r--r--src/etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 0b91007..0fc8bf5 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -978,7 +978,7 @@ function setup_serial_port($when = "save", $path = "") {
}
foreach ($ttys_split as $tty) {
if (stristr($tty, "ttyv0")) {
- fwrite($fd, "ttyv0 \"/usr/libexec/getty {$console_type}\" cons25 on secure\n");
+ fwrite($fd, "ttyv0 \"/usr/libexec/getty {$console_type}\" xterm on secure\n");
} else if (stristr($tty, "ttyu")) {
$ttyn = substr($tty, 0, 5);
fwrite($fd, "{$ttyn} \"/usr/libexec/getty {$serial_type}\" vt100 {$on_off} secure\n");
OpenPOWER on IntegriCloud