summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-11 00:55:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-11 00:55:45 +0000
commit82f1f6159c2ffbeebecabcf72f7f222a932be08c (patch)
treee3f7b9a32de60e29fa32a8d58c66857335d57a28 /etc
parent7aae518a2f9e5b57d8130e780220f878dc0fe41e (diff)
downloadpfsense-82f1f6159c2ffbeebecabcf72f7f222a932be08c.zip
pfsense-82f1f6159c2ffbeebecabcf72f7f222a932be08c.tar.gz
Woops, correct enable auto login
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 047495e..3a1f476 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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 {
OpenPOWER on IntegriCloud