martin f. krafft: Reword warning about unbootable system when mdadm is purged

Martin F. Krafft madduck at alioth.debian.org
Wed Jan 27 02:01:27 UTC 2010


Module: mdadm
Branch: build
Commit: 5ecad25615a8a6504657642c0ba2477d06caa020
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=5ecad25615a8a6504657642c0ba2477d06caa020

Author: martin f. krafft <madduck at debian.org>
Date:   Wed Jan 27 11:15:34 2010 +1300

Reword warning about unbootable system when mdadm is purged

Debbug: #544558
Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/mdadm.postrm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 0434331..387fbea 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -9,7 +9,7 @@ case "${1:-}" in
   remove)
     if command -v update-initramfs >/dev/null 2>&1; then
       echo "W: mdadm: I'll update the initramfs, but if you need MD to boot" >&2
-      echo "W: mdadm: with initramfs, you'll be screwed!" >&2
+      echo "W: mdadm: with initramfs, your system may be left unbootable!" >&2
       update-initramfs -u
     fi
     ;;




More information about the pkg-mdadm-commits mailing list