r139 - mdadm/trunk/debian/initramfs

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Aug 22 20:14:20 UTC 2006


Author: madduck
Date: 2006-08-22 20:14:19 +0000 (Tue, 22 Aug 2006)
New Revision: 139

Modified:
   mdadm/trunk/debian/initramfs/hook
Log:
beautification

Modified: mdadm/trunk/debian/initramfs/hook
===================================================================
--- mdadm/trunk/debian/initramfs/hook	2006-08-21 14:47:21 UTC (rev 138)
+++ mdadm/trunk/debian/initramfs/hook	2006-08-22 20:14:19 UTC (rev 139)
@@ -31,9 +31,9 @@
 
 if [ -e /etc/initramfs-tools/hooks/md ]; then
   echo "W: mdadm: I found /etc/initramfs-tools/hooks/md, which may conflict" >&2
-  echo "with this version of mdadm. Please see /usr/share/doc/mdadm/README.mdrun" >&2
-  echo "and /usr/share/initramfs-tools/hooks/mdadm for reference and update" >&2
-  echo "(or remove) the file." >&2
+  echo "W: with this version of mdadm. Please see /usr/share/doc/mdadm/README.mdrun" >&2
+  echo "W: and /usr/share/initramfs-tools/hooks/mdadm for reference and update" >&2
+  echo "W: (or remove) the file." >&2
   exit 0
 fi
 




More information about the pkg-mdadm-commits mailing list