summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-21 22:28:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-21 22:28:03 +0000
commitad0d7518479acf162f1be7ae01d1044cf254d8e4 (patch)
tree22f002dffb5ef460a2eb62b51f78b7758a9a81ba /etc
parentab23073115283503bf49339401ab3a72a169f9fe (diff)
downloadpfsense-ad0d7518479acf162f1be7ae01d1044cf254d8e4.zip
pfsense-ad0d7518479acf162f1be7ae01d1044cf254d8e4.tar.gz
* Turnoff console idle time feature * Ensure capabilities database is created on each boot
Diffstat (limited to 'etc')
-rw-r--r--etc/login.conf1
-rwxr-xr-xetc/rc3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/login.conf b/etc/login.conf
index eaf82e6..7d26d3a 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -35,6 +35,7 @@ default:\
:maxproc=unlimited:\
:sbsize=unlimited:\
:vmemoryuse=unlimited:\
+ :idletime=unlimited:\
:priority=0:\
:ignoretime@:\
:umask=022:
diff --git a/etc/rc b/etc/rc
index d951c0d..46dc47b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -198,6 +198,9 @@ fi
echo "done."
+# Recreate capabilities DB
+cap_mkdb /etc/login.conf
+
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching PHP init system..."
/etc/rc.bootup
OpenPOWER on IntegriCloud