
https://bugzilla.novell.com/show_bug.cgi?id=797966 https://bugzilla.novell.com/show_bug.cgi?id=797966#c6 --- Comment #6 from Dirk Weber <d_werner@gmx.net> 2013-04-22 18:26:00 UTC --- the patch was not correctly included into pm-utils-1.4.1-26.5.1.x86_64 and one error is back: #### Running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false: /usr/lib/pm-utils/power.d/intel-audio-powersave: line 25: printf: snd_ac97_codec: invalid number Setting power savings for to 0...Setting power savings for to 0...Done. #### the line 25 of the script should read: printf "Setting power savings for %s to %d..." "${dev##*/}" "$1" but the released script contains: printf "Setting power savings for $s to %d..." "${dev##*/}" "$1" To be more verbose: there is no variable $s, it should be the format specifier %s -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.