diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-09-14 07:25:34 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2022-09-14 07:25:34 +0000 |
| commit | ced5e50446126f56beadc997ffc9d9c9fc14e4c3 (patch) | |
| tree | 2827b2a9ff98e6b637db907ed69db4f55eb36c53 /sysutils/bacula9-server | |
| parent | be29f8c336c8ab0f53841935f212f73e8952b469 (diff) | |
Diffstat (limited to 'sysutils/bacula9-server')
| -rw-r--r-- | sysutils/bacula9-server/files/chio-bacula | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula9-server/files/chio-bacula b/sysutils/bacula9-server/files/chio-bacula index 6650426857dc..30f6dba8f75f 100644 --- a/sysutils/bacula9-server/files/chio-bacula +++ b/sysutils/bacula9-server/files/chio-bacula @@ -2,7 +2,7 @@ # # Bacula interface to FreeBSD chio autoloader command with # multiple drive support -# (By Lars Köller, lars+bacula@koellers.net, 2004) +# (By Lars Köller, lars+bacula@koellers.net, 2004) # # If you set in your Device resource # @@ -27,7 +27,7 @@ # me=$(basename $0) -# Debug output, take care this file is writeable for user bacula! +# Debug output, take care: this file is writable by user bacula! #LOG=/var/db/bacula/chio-bacula.log #exec 2>>$LOG #echo "------------------------- $(date) Start $(basename $0) -------------------------" >> $LOG @@ -37,7 +37,7 @@ me=$(basename $0) logger -p user.err "$me $@" # This simulates a barcode reader in the changer. -# The labes of the virtual barcode reader are located in the BARCODE_FILE +# The labels of the virtual barcode reader are located in the BARCODE_FILE SIMULATE_BARCODE=true BARCODE_FILE=/usr/local/etc/bacula/bacula-barcodes MTX=/bin/chio @@ -67,7 +67,7 @@ usage() echo "list Lists full storage slots" echo "loaded Gives slot from where the tape was loaded." echo " 0 means the tape drive is empty." - echo "slots Gives Number of aviable slots." + echo "slots Gives number of available slots." echo "" echo "Example:" echo " $me /dev/changer load 1 loads a tape from slot 1" |
