From: Dan Langille Date: Thu, 16 Feb 2006 18:02:03 +0000 (+0000) Subject: The quotes around in the Changer Command need to be all around the command. X-Git-Tag: Release-1.38.7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6386efbe6f48e8df772fc913a3bf78d3e45692b;p=thirdparty%2Fbacula.git The quotes around in the Changer Command need to be all around the command. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2788 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/examples/autochangers/rc-chio-changer b/bacula/examples/autochangers/rc-chio-changer index 3f7f08d04..829a5ba69 100644 --- a/bacula/examples/autochangers/rc-chio-changer +++ b/bacula/examples/autochangers/rc-chio-changer @@ -12,7 +12,7 @@ # $Id$ # # If you set in your Device resource -# Changer Command = "path-to-this-script/chio-changer" %c %o %S %a %d +# Changer Command = "path-to-this-script/chio-changer %c %o %S %a %d" # you will have the following input to this script: # chio-changer "changer-device" "command" "slot" "tape-device" "drive-index" # $1 $2 $3 $4 $5