diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:36:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:36:21 +0000 |
commit | 7bb0e45557708e5e2d4ddb96b86f932749c847a7 (patch) | |
tree | 6cd0466d4fb997d78ae8c314b15b94267292da43 /usr | |
parent | af94c8655f5f55c4be49d111b94c11cec4d4ccec (diff) | |
download | pfsense-7bb0e45557708e5e2d4ddb96b86f932749c847a7.zip pfsense-7bb0e45557708e5e2d4ddb96b86f932749c847a7.tar.gz |
Use two tabs for ttyv0 serial ttys entry
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/system_advanced.php | 2 |
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"); |