summaryrefslogtreecommitdiff
path: root/debian/checkarray
diff options
context:
space:
mode:
Diffstat (limited to 'debian/checkarray')
-rw-r--r--debian/checkarray6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/checkarray b/debian/checkarray
index bdd75d8f..881db287 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -14,7 +14,7 @@ PROGNAME=${0##*/}
about()
{
- echo "$PROGNAME -- MD array redundancy checker tool"
+ echo "$PROGNAME -- MD array (RAID) redundancy checker tool"
echo '$Id$'
echo "Copyright © martin f. krafft <madduck@debian.org>"
echo "Released under the terms of the Artistic Licence 2.0"
@@ -99,7 +99,7 @@ if [ $cron = 1 ] && ! is_true ${AUTOCHECK:-false}; then
fi
if [ ! -f /proc/mdstat ]; then
- [ $quiet -lt 2 ] && echo "$PROGNAME: E: MD subsystem not loaded, or /proc unavailable." >&2
+ [ $quiet -lt 2 ] && echo "$PROGNAME: E: MD (RAID) subsystem not loaded, or /proc unavailable." >&2
exit 2
fi
@@ -109,7 +109,7 @@ if [ ! -d /sys/block ]; then
fi
if [ -z "$(ls /sys/block/md* 2>/dev/null)" ]; then
- [ $quiet -lt 2 ] && echo "$PROGNAME: W: no active MD arrays found." >&2
+ [ $quiet -lt 2 ] && echo "$PROGNAME: W: no active MD arrays (RAIDs) found." >&2
[ $quiet -lt 2 ] && echo "$PROGNAME: W: (maybe uninstall the mdadm package?)" >&2
exit 5
fi