summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-08 16:53:45 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-08 16:53:45 +0000
commita46e450ce9b791b839d0c05b90924240354b1c35 (patch)
treea3d8df496309eede86fd5525768fad733de6588f /etc/rc.bootup
parent0c331f1e42cc19f2ba9a60499da474acd811cf44 (diff)
downloadpfsense-a46e450ce9b791b839d0c05b90924240354b1c35.zip
pfsense-a46e450ce9b791b839d0c05b90924240354b1c35.tar.gz
Do not spread checking for value accross code. Do it in the function that is supposed to do it.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b2db5fb..a6ca3f9 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -313,11 +313,7 @@ services_snmpd_configure();
system_set_harddisk_standby();
/* lock down console if necessary */
-if(isset($config['system']['disableconsolemenu'])) {
- auto_login(false);
-} else {
- auto_login(true);
-}
+auto_login();
/* Run a filter configure now that most all services have started */
filter_configure_sync();
OpenPOWER on IntegriCloud