r33 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Jul 29 09:38:24 UTC 2006


Author: madduck
Date: 2006-07-29 09:38:23 +0000 (Sat, 29 Jul 2006)
New Revision: 33

Modified:
   mdadm/trunk/debian/checkarray
Log:
added hint to remove mdadm package

Modified: mdadm/trunk/debian/checkarray
===================================================================
--- mdadm/trunk/debian/checkarray	2006-07-27 21:59:04 UTC (rev 32)
+++ mdadm/trunk/debian/checkarray	2006-07-29 09:38:23 UTC (rev 33)
@@ -92,7 +92,8 @@
 fi
 
 if [ -z "$(ls /sys/block/md* 2>/dev/null)" ]; then
-  [ $quiet -lt 2 ] && echo "$PROGNAME: E: no active RAID arrays found." >&2
+  [ $quiet -lt 2 ] && echo "$PROGNAME: W: no active RAID arrays found." >&2
+  [ $quiet -lt 2 ] && echo "$PROGNAME: W: (maybe uninstall the mdadm package?)" >&2
   exit 5
 fi
 




More information about the pkg-mdadm-commits mailing list