small patch to powernowd init script

Dmitriy Kropivnitskiy jeld at bnl.gov
Wed Nov 3 11:21:48 CST 2004


The powernowd init script during restart calls stop action as 
$0 stop
but calls start action as 
echo $NAME
start
It looks nicer if the start acttion is called as 
$0 start
without the echo command. In this case both start and stop have a proper
message and [ OK ] or [ FAIL ] in the end.




More information about the ubuntu-devel mailing list