]> git.pld-linux.org Git - packages/cpuspeed.git/commitdiff
- cosmetics
authorspeedy <speedy@pld-linux.org>
Mon, 4 Jul 2005 08:17:05 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuspeed.init -> 1.2

cpuspeed.init

index 1a82fd17e7b5deb67dbd738bccaeeea73e56e80c..791d4197b2f9a6bdb37614f708f03c9e31a0bd89 100755 (executable)
@@ -28,7 +28,6 @@ start() {
 
         daemon cpuspeed -d $OPTS
         RETVAL=$?
-        echo
         [ $RETVAL = 0 ] && touch /var/lock/subsys/cpuspeed
     else
         return 0
@@ -41,7 +40,6 @@ stop() {
        msg_stopping cpuspeed
        killproc cpuspeed -INT
        sleep 1
-       echo
     fi
     if test "x`pidof cpuspeed`" != x; then
        killproc cpuspeed
This page took 0.109949 seconds and 4 git commands to generate.