git: ced5e5044612 - main - sysutils/bacula*-server: fix some textual issues in ancillary script
Date: Wed, 14 Sep 2022 07:26:33 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ced5e50446126f56beadc997ffc9d9c9fc14e4c3
commit ced5e50446126f56beadc997ffc9d9c9fc14e4c3
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-09-14 07:25:34 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-09-14 07:25:34 +0000
sysutils/bacula*-server: fix some textual issues in ancillary script
Convert to UTF-8, correct several readability and spelling mistakes.
Verified by: cksum(1)
---
sysutils/bacula11-server/files/chio-bacula | 8 ++++----
sysutils/bacula13-server/files/chio-bacula | 8 ++++----
sysutils/bacula9-server/files/chio-bacula | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/sysutils/bacula11-server/files/chio-bacula b/sysutils/bacula11-server/files/chio-bacula
index 6650426857dc..30f6dba8f75f 100644
--- a/sysutils/bacula11-server/files/chio-bacula
+++ b/sysutils/bacula11-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"
diff --git a/sysutils/bacula13-server/files/chio-bacula b/sysutils/bacula13-server/files/chio-bacula
index 6650426857dc..30f6dba8f75f 100644
--- a/sysutils/bacula13-server/files/chio-bacula
+++ b/sysutils/bacula13-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"
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"