[PC-BSD Commits] r17948 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 25 07:44:17 PDT 2012
Author: kris
Date: 2012-07-25 14:44:17 +0000 (Wed, 25 Jul 2012)
New Revision: 17948
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Disable fastboot by default, but leave it available for users to re-enable
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-25 14:17:20 UTC (rev 17947)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-25 14:44:17 UTC (rev 17948)
@@ -98,8 +98,8 @@
moused_enable="YES"
# Enable fast-booting
-fastboot_enable="YES"
-fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /etc/rc.d/moused /usr/local/etc/rc.d/gdm"
+fastboot_enable="NO"
+fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/hald /etc/rc.d/moused /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
More information about the Commits
mailing list