[PC-BSD Commits] r17441 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 25 19:33:52 PDT 2012
Author: kris
Date: 2012-06-26 02:33:51 +0000 (Tue, 26 Jun 2012)
New Revision: 17441
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Make sure to start pefs service before login prompt
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-26 02:29:15 UTC (rev 17440)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-26 02:33:51 UTC (rev 17441)
@@ -91,9 +91,12 @@
# Enable volmand
volmand_enable="YES"
+# Enable pefs
+pefs_enable="YES"
+
# Enable fast-booting
fastboot_enable="YES"
-fastboot_earlyrc="/usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/gdm"
+fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
More information about the Commits
mailing list