]> git.pld-linux.org Git - packages/hdparm.git/commitdiff
- show hdparm parameters when starting
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 20 Dec 2003 00:08:44 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdparm.init -> 1.16

hdparm.init

index 1553bf47ba3a3562a46f6286e0d56550407f9898..eef76bcf929c3cfb715bd15e90d51a5393aa0db3 100644 (file)
@@ -10,7 +10,7 @@ for drive in $(ls /proc/ide 2> /dev/null); do
        if [ -L "/proc/ide/${drive}" ]; then
                eval PARAMS=\$HDPARM_${drive}
                if [ -n "${PARAMS}" ]; then
-                       show "Setting parameters for drive %s" "$drive"
+                       show "Setting parameters for drive %s (%s)" "$drive" "$PARAMS"
                        busy
                        /sbin/hdparm ${PARAMS} /dev/${drive}
                        ok
This page took 0.02883 seconds and 4 git commands to generate.