]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/examples/autochangers/locking-mtx-changer
Tweak TRU64 xattr code.
[bacula/bacula] / bacula / examples / autochangers / locking-mtx-changer
index 8c43621b92b9d0ad0c5d110c8fcfe536bb5d98fb..c71169af39dd254b3b461afbd6b32c773a1186b7 100644 (file)
@@ -2,11 +2,16 @@
 #
 # Bacula interface to mtx autoloader
 #
+#  This script is not needed with Bacula version 1.38 or later
+#  since the Storage daemon automatically ensures that only one
+#  thread accesses the script at a time.     
+#
+#
 #  $Id$
 #
 #  If you set in your Device resource
 #
-#  Changer Command = "path-to-this-script/mtx-changer" %c %o %S %a %d
+#  Changer Command = "path-to-this-script/mtx-changer %c %o %S %a %d
 #    you will have the following input to this script:
 #
 #  mtx-changer "changer-device" "command" "slot" "archive-device" "drive-index"