#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here: # To disable dbus, chmod rc.messagebus to 644 if [ -x /etc/rc.d/rc.messagebus ]; then echo "Starting D-BUS Messaging Subsystem" . /etc/rc.d/rc.messagebus start fi # To disable hal, chmod rc.hal to 644 if [ -x /etc/rc.d/rc.hal ]; then echo "Starting HAL" # wait a few seconds to let udev complete its # initialization. Otherwise hald will not recognize CD/DVD # drives and will not start polling them sleep 5 . /etc/rc.d/rc.hal start fi # To disable howl, chmod rc.howl to 644 if [ -x /etc/rc.d/rc.howl ]; then echo "Starting Howl mDNS daemons" . /etc/rc.d/rc.howl start fi # To disable saslauthd, chmod rc.dbus to 644 if [ -x /etc/rc.d/rc.saslauthd ]; then echo "Starting SaSLAuthD" . /etc/rc.d/rc.saslauthd start fi /usr/sbin/855resolution 5c 1280 800 modprobe speedstep_centrino modprobe cpufreq_powersave modprobe cpufreq_ondemand modprobe cpufreq_performance modprobe cpufreq_conservative /usr/local/sbin/cpufreqd