Add rc.conf options for powerd (disabled by default) and hook the script

up to the build.
This commit is contained in:
Nate Lawson 2005-02-26 21:19:35 +00:00
parent 7c95496b25
commit 511105017d
2 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,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
pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether
powerd_enable="NO" # Run powerd to lower our power usage.
powerd_flags="" # Flags to powerd (if enabled).
removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
tmpmfs="AUTO" # Set to YES to always create an mfs /tmp, NO to never
tmpsize="20m" # Size of mfs /tmp if created

View File

@ -26,7 +26,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
nfslocking nfsserver nisdomain nsswitch ntpd ntpdate \
othermta \
pccard pcvt pf pflog \
power_profile ppp-user pppoed preseedrandom pwcheck \
powerd power_profile ppp-user pppoed preseedrandom pwcheck \
quota \
ramdisk ramdisk-own random rarpd rcconf.sh resolv root \
route6d routed routing rpcbind rtadvd rwho \