summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
commit488e6bc8a934da39e7f7f657c83499677475e98c (patch)
tree6976b60536314bc1825aa0c21dd154cb3d7af164 /debian/mdadm.postinst
parent0aa16ba9b4f6a83811f5702bd682870e9636a1b0 (diff)
more cleanup of output messages
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index be53bdb4..65a96ee7 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -17,7 +17,7 @@ case "${1:-}" in
modprobe -k md >/dev/null 2>&1 || :
fi
if [ ! -f /proc/mdstat ]; then
- echo 'W: failed to load MD subsystem.' >&2
+ echo 'W: mdadm: failed to load MD subsystem.' >&2
fi
if [ ! -e /dev/md15 ] \
@@ -149,9 +149,9 @@ _eof
# no changes by user, so remove
rm -f /etc/udev/mdadm.rules
else
- echo "W: I tried to remove /etc/udev/mdadm.rules (see changelog), but you" >&2
- echo "W: have modified it, so I won't touch it. Please remove the file" >&2
- echo "W: at your leisure." >&2
+ echo "W: mdadm: I tried to remove /etc/udev/mdadm.rules (see changelog)," >&2
+ echo "W: mdadm: but you have modified it, so I won't touch it. Please" >&2
+ echo "W: mdadm: remove the file at your leisure." >&2
fi
fi