summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-01 14:11:07 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-01 14:11:07 -0300
commite6e3e0ee0ed906c19144f7dbadcc62dc31a8ec67 (patch)
treec760e668a5ff4f55acdf285872b091e6ca8c0b18 /etc
parent1053983cb1c61256bf4a4ced3ab1c612c91ff27c (diff)
downloadpfsense-e6e3e0ee0ed906c19144f7dbadcc62dc31a8ec67.zip
pfsense-e6e3e0ee0ed906c19144f7dbadcc62dc31a8ec67.tar.gz
Fix typo on var name
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 2a3abdf..c02beb9 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -987,7 +987,7 @@ function setup_serial_port($when="save", $path="") {
if (stristr($tty, "ttyv0"))
fwrite($fd, "ttyv0 \"/usr/libexec/getty {$console_type}\" xterm on secure\n");
else if (stristr($tty, "ttyu0"))
- fwrite($fd, "ttyu0 \"/usr/libexec/getty {$seral_type}\" xterm {$on_off} secure\n");
+ fwrite($fd, "ttyu0 \"/usr/libexec/getty {$serial_type}\" xterm {$on_off} secure\n");
else
fwrite($fd, $tty . "\n");
}
OpenPOWER on IntegriCloud