# /etc/conf.d/local.start: # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/local.start,v 1.4 2002/11/18 19:39:22 azarah Exp $ # This is a good place to load any misc. # programs on startup ( 1>&2 ) # Allow user to set RTC frequency #echo 1024 > /proc/sys/dev/rtc/max-user-freq # Start the ifplugd /etc/init.d/ifplugd start # Configure local access point iwconfig eth1 essid "XXXXXXXXX" iwconfig eth1 enc 0123456789 # Set the CPUFreq governor to 'ondemand' echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor