[PC-BSD Commits] r18906 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 6 08:06:20 PDT 2012
Author: kris
Date: 2012-09-06 15:06:20 +0000 (Thu, 06 Sep 2012)
New Revision: 18906
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Start moused before hald / dbus
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-09-06 15:05:01 UTC (rev 18905)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-09-06 15:06:20 UTC (rev 18906)
@@ -101,7 +101,7 @@
# Enable fast-booting
fastboot_enable="YES"
-fastboot_earlyrc="/etc/rc.d/netif /etc/rc.d/dhclient /etc/rc.d/pf /etc/rc.d/routing /etc/rc.d/devd /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"
+fastboot_earlyrc="/etc/rc.d/netif /etc/rc.d/moused /etc/rc.d/dhclient /etc/rc.d/pf /etc/rc.d/routing /etc/rc.d/devd /usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
More information about the Commits
mailing list