r92 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Aug 8 15:54:23 UTC 2006


Author: madduck
Date: 2006-08-08 15:54:22 +0000 (Tue, 08 Aug 2006)
New Revision: 92

Modified:
   mdadm/trunk/debian/bugscript
Log:
cannot yet exit from bugscript

Modified: mdadm/trunk/debian/bugscript
===================================================================
--- mdadm/trunk/debian/bugscript	2006-08-08 15:54:09 UTC (rev 91)
+++ mdadm/trunk/debian/bugscript	2006-08-08 15:54:22 UTC (rev 92)
@@ -13,9 +13,10 @@
 if [ ! -r /proc/mdstat ]; then
   echo "The local system does not have RAID support (no drivers loaded)."
   echo "Without RAID support, I cannot collect as much information as I'd like."
-  yesno "Are you sure you want to report a bug at this time? " yep
 
-  [ "$REPLY" = yep ] || exit 0
+  #yesno "Are you sure you want to report a bug at this time? " yep
+  yesno "Hit any key to continue..."
+  #[ "$REPLY" = yep ] || exit 1
 fi
 
 echo "--- mount output" >&3




More information about the pkg-mdadm-commits mailing list