]> git.pld-linux.org Git - packages/hdparm.git/commitdiff
- fixed, now it works
authoralchemyx <alchemyx@pld-linux.org>
Sat, 25 Dec 1999 12:55:52 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdparm.init -> 1.4

hdparm.init

index 742ed4fde7014366824bb15b2d71f9fde17c7d8a..6eda4b5188850381d77bf92096ed98dfaf2b89cb 100644 (file)
@@ -24,7 +24,7 @@ case "$1" in
                if [ -n "${PARAMS}" ] ; then
                        show "Setting $drive parameters"
                        busy
-                       /sbin/hdparm ${PARAMS} $drive
+                       /sbin/hdparm ${PARAMS} /dev/$drive
                        deltext
                        ok
                fi
This page took 0.114677 seconds and 4 git commands to generate.