]> git.pld-linux.org Git - packages/hdparm.git/commitdiff
- added restart, reload. hdparm-3_6-1
authorkloczek <kloczek@pld-linux.org>
Mon, 27 Dec 1999 15:48:26 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdparm.init -> 1.5

hdparm.init

index 6eda4b5188850381d77bf92096ed98dfaf2b89cb..5fd50277c96ccb4b8e885ec1d01f613549c28b0d 100644 (file)
@@ -39,8 +39,12 @@ case "$1" in
          hdparm $drive
        done
        ;;
+  restart|reload)
+       $0 stop
+       $0 start
+       ;;
   *)
-       echo "Usage: $0 {start|stop|status}"
+       echo "Usage: $0 {start|stop|status|restart|reload}"
        exit 1
 esac
 
This page took 0.10978 seconds and 4 git commands to generate.