r66 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 2 17:14:00 UTC 2006


Author: madduck
Date: 2006-08-02 17:14:00 +0000 (Wed, 02 Aug 2006)
New Revision: 66

Modified:
   mdadm/trunk/debian/checkarray
Log:
s/parity/redundancy/

Modified: mdadm/trunk/debian/checkarray
===================================================================
--- mdadm/trunk/debian/checkarray	2006-08-02 17:13:34 UTC (rev 65)
+++ mdadm/trunk/debian/checkarray	2006-08-02 17:14:00 UTC (rev 66)
@@ -1,6 +1,6 @@
 #!/bin/sh -eu
 #
-# checkarray -- initiates a check run of an array's parity information.
+# checkarray -- initiates a check run of an array's redundancy information.
 #
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
 # distributed under the terms of the Artistic Licence.
@@ -11,7 +11,7 @@
 
 about()
 {
-  echo "$PROGNAME -- RAID parity checker tool (revision $REVISION)"
+  echo "$PROGNAME -- RAID redundancy checker tool (revision $REVISION)"
   echo "Copyright © 2006 martin f. krafft <madduck at debian.org>"
   echo "Released under the terms of the Artistic Licence."
 }
@@ -107,7 +107,7 @@
 fi
 
 if [ -z "$(ls /sys/block/md*/md/level 2>/dev/null)" ]; then
-  [ $quiet -lt 2 ] && echo "$PROGNAME: W: kernel too old, no support for parity checks." >&2
+  [ $quiet -lt 2 ] && echo "$PROGNAME: W: kernel too old, no support for redundancy checks." >&2
   exit 6
 fi
 
@@ -117,7 +117,7 @@
 fi
 
 if [ -z "$(ls /sys/block/md*/md/sync_action 2>/dev/null)" ]; then
-  [ $quiet -lt 2 ] && echo "$PROGNAME: W: no kernel support for parity checks." >&2
+  [ $quiet -lt 2 ] && echo "$PROGNAME: W: no kernel support for redundancy checks." >&2
   exit 3
 fi
 




More information about the pkg-mdadm-commits mailing list