Woops, correct enable auto login

This commit is contained in:
Scott Ullrich 2006-03-11 00:55:45 +00:00
parent 7aae518a2f
commit 82f1f6159c

View File

@ -1636,7 +1636,7 @@ function auto_login($status) {
conf_mount_rw();
$fd = fopen("/etc/gettytab", "w");
foreach($getty_split as $gs) {
if(stristr($gs, ":ht:np:sp#115200") == true) {
if(stristr($gs, "\:ht\:np\:sp\#115200") == true) {
if($status == true) {
fwrite($fd, " :ht:np:sp#115200:al=root:\n");
} else {