summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-14 21:34:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-14 21:34:19 +0000
commita210050367bbefa34abb9aa3fea76db592769563 (patch)
tree50992d1ac626577f967006c10cc8f23d204a03b4 /usr
parent02adef9e694b215d6200ad6d15b36772f9327a5f (diff)
downloadpfsense-a210050367bbefa34abb9aa3fea76db592769563.zip
pfsense-a210050367bbefa34abb9aa3fea76db592769563.tar.gz
Remove extra :
Diffstat (limited to 'usr')
-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 4ac8617..e13ee79 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -574,7 +574,7 @@ function auto_login($status) {
foreach($getty_split as $gs) {
if(stristr($gs, "cb:ce:ck:lc") == true) {
if($status == true) {
- fwrite($fd, "::cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
+ fwrite($fd, ":cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
} else {
fwrite($fd, ":al=root:cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
}
OpenPOWER on IntegriCloud