Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

2 changed files with 15 additions and 33 deletions

View File

@ -1,16 +0,0 @@
description "Startup the cpufreq daemon for Powermanagement"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [12345] and (started mountfs))
stop on (runlevel [06] and (stopping udev))
console none
pre-start script
/sbin/CheckPid /var/run/cpufreqd.pid
end script
exec /usr/sbin/cpufreqd -D
respawn

View File

@ -12,7 +12,6 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 smtp
@ -28,4 +27,3 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi