[PC-BSD Commits] r4679 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 19 09:00:14 PDT 2009
Author: kris
Date: 2009-10-19 09:00:13 -0700 (Mon, 19 Oct 2009)
New Revision: 4679
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Cleanup rc.conf on 8.0
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2009-10-17 02:05:24 UTC (rev 4678)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2009-10-19 16:00:13 UTC (rev 4679)
@@ -3,17 +3,14 @@
compat5x_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
-
-# Disable Moused by default. Xorg sets up the mouse automatically, and moused can conflict with it.
-moused_type="auto"
-moused_enable="YES"
-
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
-sendmail_enable="NO"
-sendmail_rebuild_aliases="YES"
ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat/pkg"
+# Enable console mouse
+moused_type="auto"
+moused_enable="YES"
+
# Enable the pcbsd startup / shutdown scripts
pcbsdinit_enable="YES"
@@ -45,7 +42,7 @@
powerd_enable="YES"
powerd_flags="-a adaptive -b adaptive" # set CPU frequency
-# enable HALd
+# enable HAL / DBUS
dbus_enable="YES"
polkitd_enable="YES"
hald_enable="YES"
@@ -54,12 +51,7 @@
hpiod_enable="NO"
hpssd_enable="NO"
-
-# ntpdate is deprecated and will eventually be removed from the distribution since
-# the same functionality is available in ntpd(8).
-# Without "ntpd_sync_on_start" option, ntpd refuses to perform an
-# initial correction if the clock offset is too large.
-#
+# Enable ntpd
ntpd_enable="YES"
ntpd_sync_on_start="YES"
@@ -72,6 +64,7 @@
firewall_enable="YES"
firewall_type="open"
+# Enable sound-support
snddetect_enable="YES"
mixer_enable="YES"
@@ -83,3 +76,4 @@
# Start the swapmonitor
swapmonitor_enable="YES"
+
More information about the Commits
mailing list