On Sat, Jun 03, 2006 at 11:04:55PM +0200, Norbert Preining wrote:
> Hi all!
> 
> On Sam, 03 Jun 2006, Mattia Dongili wrote:
> > I suppose it should be
> >     cat /var/run/cpufreqd.pid | read pid
> > instead.
> 
> changed it to this, and it didn't work, at least it didn't stop the
> cpufreqd.

oh... running it on the command line[1] seems to work, but you're right, the
script still is not stopping cpufreqd (pidofproc returns 2).

[1]: if [ -f /var/run/cpufreqd.pid ] ; then cat /var/run/cpufreqd.pid |
read pid ; fi ; if [ -n "${pid:-}" ]; then echo "$pid" ; fi

> So let the lsb-base maintainers fix this.

I have to agree :)

-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to