Sync from SUSE:SLFO:Main hdparm revision f14be87287627075b565225ffdf5d2ba
This commit is contained in:
12
hdparm-9.43-fix-bashisms.patch
Normal file
12
hdparm-9.43-fix-bashisms.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Ndur hdparm-9.43/contrib/ultrabayd hdparm-9.43-fix-bashisms/contrib/ultrabayd
|
||||
--- hdparm-9.43/contrib/ultrabayd 2000-02-04 22:30:30.000000000 +0200
|
||||
+++ hdparm-9.43-fix-bashisms/contrib/ultrabayd 2014-11-17 04:17:08.381048316 +0200
|
||||
@@ -41,7 +41,7 @@
|
||||
END
|
||||
|
||||
if [ "$d_type" != "$o_d_type" ] || [ "$d_id" != "$o_d_id" ]; then
|
||||
- echo -n "\07" > /dev/tty1
|
||||
+ printf "\07" > /dev/tty1
|
||||
|
||||
o_d_type="$d_type"
|
||||
o_d_id="$d_id"
|
Reference in New Issue
Block a user