summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-26 23:36:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-26 23:36:21 +0000
commit7bb0e45557708e5e2d4ddb96b86f932749c847a7 (patch)
tree6cd0466d4fb997d78ae8c314b15b94267292da43 /usr/local
parentaf94c8655f5f55c4be49d111b94c11cec4d4ccec (diff)
downloadpfsense-7bb0e45557708e5e2d4ddb96b86f932749c847a7.zip
pfsense-7bb0e45557708e5e2d4ddb96b86f932749c847a7.tar.gz
Use two tabs for ttyv0 serial ttys entry
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 0733e58..e58e5d1 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -185,7 +185,7 @@ if ($_POST) {
}
}
if($pconfig['enableserial'] <> "")
- fwrite($fout, "ttyv0\t\"/usr/libexec/getty Pc\"\tcons25\ton\tsecure\n");
+ fwrite($fout, "ttyv0\t\"/usr/libexec/getty Pc\"\tcons25\t\ton\tsecure\n");
fclose($fout);
$fout = fopen("/boot/loader.rc","w");
OpenPOWER on IntegriCloud