summaryrefslogtreecommitdiff
path: root/debian/checkarray
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-09-13 08:36:26 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-09-13 08:36:26 +0000
commit2cab92271530d600fe02383277f91830138ede4b (patch)
tree8b583e62038ae544d0dc5cf26db86517dedca2ea /debian/checkarray
parentf76f67b278bd7b086570f9ad8dd3dcaec659a06c (diff)
* Reworked the documentation with respect to the use of "MD" and "RAID", and
added a FAQ entry on the meaning of "MD". Thanks to Frans Pop for his help!
Diffstat (limited to 'debian/checkarray')
-rw-r--r--debian/checkarray4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/checkarray b/debian/checkarray
index 881db287..d57f5fb5 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -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 (RAID) subsystem not loaded, or /proc unavailable." >&2
+ [ $quiet -lt 2 ] && echo "$PROGNAME: E: MD 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 (RAIDs) found." >&2
+ [ $quiet -lt 2 ] && echo "$PROGNAME: W: no active MD arrays found." >&2
[ $quiet -lt 2 ] && echo "$PROGNAME: W: (maybe uninstall the mdadm package?)" >&2
exit 5
fi