martin f. krafft: Add information about udev and device links in / dev to bugscript output

Martin F. Krafft madduck at alioth.debian.org
Tue May 5 13:37:11 UTC 2009


Module: mdadm
Branch: master
Commit: 1b7ca8b54e53f4f573721d72a8981ef14ac771eb
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=1b7ca8b54e53f4f573721d72a8981ef14ac771eb

Author: martin f. krafft <madduck at debian.org>
Date:   Tue May  5 15:11:19 2009 +0200

Add information about udev and device links in /dev to bugscript output

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

---

 debian/bugscript |    9 +++++++++
 debian/changelog |    6 ++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/bugscript b/debian/bugscript
index 5ebb2f1..dcc5cc3 100755
--- a/debian/bugscript
+++ b/debian/bugscript
@@ -178,3 +178,12 @@ if [ -f /etc/lilo.conf ]; then
   fi
   echo >&3
 fi
+
+echo "--- udev:" >&3
+COLUMNS=70 dpkg -l udev | grep '\<udev\>' >&3
+md5sum /etc/udev/rules.d/*md* /lib/udev/rules.d/*md* >&3 2>/dev/null
+echo >&3
+
+echo "--- /dev:" >&3
+ls -l /dev/md* /dev/disk/by-* >&3
+echo >&3
diff --git a/debian/changelog b/debian/changelog
index d775c95..1b2b9c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mdadm (2.6.9-4) unstable; urgency=low
+
+  * Add information about udev and device links in /dev to bugscript output.
+
+ -- martin f. krafft <madduck at debian.org>  Tue, 05 May 2009 15:10:46 +0200
+
 mdadm (2.6.9-3) unstable; urgency=low
 
   * Fix the multipath prereq patch (#516605) and make it exit after printing




More information about the pkg-mdadm-commits mailing list