[Lunar-commits] CVS: moonbase/utils/speedfreq/init.d speedfreqd, NONE, 1.1

Moritz Heiber moe at lunar-linux.org
Wed Nov 17 10:40:15 UTC 2004


Update of /var/cvs/lunar/moonbase/utils/speedfreq/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv18399/init.d

Added Files:
	speedfreqd 
Log Message:
Adding this shiny new speedstep utility


--- NEW FILE: speedfreqd ---
#!/bin/sh
#
# speedfreqd    This shell script takes care of starting and stopping
#               the CPU speed management daemon.
#
# chkconfig: - 11 90
# description: speedfreqd is a daemon for controlling the speed of the CPU \
#              on a laptop.
#
# processname: speedfreqd
# pidfile: /var/run/speedfreqd.pid

ARGS="-u -P /var/run/speedfreqd.pid"

reload () {
	default_restart
}

# Source function library.
. /lib/lsb/init-functions



More information about the Lunar-commits mailing list