File chg-multi.patch of Package amanda
--- changer-src/chg-multi.sh.in_ORIG 2007-05-17 19:38:34.000000000 +0200 +++ changer-src/chg-multi.sh.in 2007-07-11 15:28:51.000000000 +0200 @@ -325,7 +325,7 @@ echo $answer exit 2 fi - echo `_ ' -> offline'` "$device"` >> $logfile + echo `_ ' -> offline'` "$device" >> $logfile $MT $MTF $device offline >> $logfile 2>&1 if [ $? -ne 0 ]; then answer=`_ '%s %s: %s: unable to change to slot %s' "$newslot" "$pname" "$device" "$curslot"`