From b6386efbe6f48e8df772fc913a3bf78d3e45692b Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Thu, 16 Feb 2006 18:02:03 +0000 Subject: [PATCH] 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 --- bacula/examples/autochangers/rc-chio-changer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/examples/autochangers/rc-chio-changer b/bacula/examples/autochangers/rc-chio-changer index 3f7f08d04c..829a5ba698 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 -- 2.39.5