[PC-BSD Commits] r7045 - in pcbsd: current/system-overlay/etc stable/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 28 05:43:39 PDT 2010
Author: kris
Date: 2010-06-28 05:43:39 -0700 (Mon, 28 Jun 2010)
New Revision: 7045
Modified:
pcbsd/current/system-overlay/etc/rc.conf
pcbsd/stable/system-overlay/etc/rc.conf
Log:
Removed some unused rc.conf values
Modified: pcbsd/current/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/system-overlay/etc/rc.conf 2010-06-28 12:40:32 UTC (rev 7044)
+++ pcbsd/current/system-overlay/etc/rc.conf 2010-06-28 12:43:39 UTC (rev 7045)
@@ -2,7 +2,6 @@
hostname="pcbsd"
compat5x_enable="YES"
sshd_enable="YES"
-usbd_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat/pkg"
@@ -40,7 +39,6 @@
# enable HAL / DBUS
dbus_enable="YES"
-polkitd_enable="YES"
hald_enable="YES"
# Enables support for HPLIP
Modified: pcbsd/stable/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/stable/system-overlay/etc/rc.conf 2010-06-28 12:40:32 UTC (rev 7044)
+++ pcbsd/stable/system-overlay/etc/rc.conf 2010-06-28 12:43:39 UTC (rev 7045)
@@ -2,7 +2,6 @@
hostname="pcbsd"
compat5x_enable="YES"
sshd_enable="YES"
-usbd_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat/pkg"
@@ -40,7 +39,6 @@
# enable HAL / DBUS
dbus_enable="YES"
-polkitd_enable="YES"
hald_enable="YES"
# Enables support for HPLIP
More information about the Commits
mailing list