[Midnightbsd-cvs] src: rc.conf: Enable powerd by default.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 12:58:43 EDT 2007


Log Message:
-----------
Enable powerd by default.

Remove /usr/X11R6/rc.d search path as we're moving away from that with xorg 7

Modified Files:
--------------
    src/etc/defaults:
        rc.conf (r1.13 -> r1.14)

-------------- next part --------------
Index: rc.conf
===================================================================
RCS file: /home/cvs/src/etc/defaults/rc.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -Letc/defaults/rc.conf -Letc/defaults/rc.conf -u -r1.13 -r1.14
--- etc/defaults/rc.conf
+++ etc/defaults/rc.conf
@@ -45,8 +45,8 @@
 pccard_ifconfig="NO"	# Specialized pccard ethernet configuration (or NO).
 pccardd_flags="-z"	# Additional flags for pccardd.
 pccard_conf="/etc/defaults/pccard.conf"	# pccardd(8) config file
-powerd_enable="NO" 	# Run powerd to lower our power usage.
-powerd_flags=""		# Flags to powerd (if enabled).
+powerd_enable="YES" 	# Run powerd to lower our power usage.
+powerd_flags="-a adaptive -b adaptive"		# Flags to powerd (if enabled).
 removable_route_flush="YES" # Flush routes when removing an interface
 tmpmfs="AUTO"		# Set to YES to always create an mfs /tmp, NO to never
 tmpsize="20m"		# Size of mfs /tmp if created
@@ -56,7 +56,7 @@
 varmfs_flags="-S -M"	# Extra mount options for the mfs /var
 populate_var="AUTO"	# Set to YES to always (re)populate /var, NO to never
 cleanvar_enable="YES" 	# Clean the /var directory
-local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs.
+local_startup="/usr/local/etc/rc.d" # startup script dirs.
 script_name_sep=" "	# Change if your startup scripts' names contain spaces
 rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
 


More information about the Midnightbsd-cvs mailing list