summaryrefslogtreecommitdiffstats
path: root/etc/rc
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/rc
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/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
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