From f76f67b278bd7b086570f9ad8dd3dcaec659a06c Mon Sep 17 00:00:00 2001 From: madduck Date: Mon, 11 Sep 2006 16:34:53 +0000 Subject: make MD array and RAID synonymous, fjp request --- debian/checkarray | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/checkarray') 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 " 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 -- cgit v1.2.3