r76 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Aug 3 14:39:55 UTC 2006


Author: madduck
Date: 2006-08-03 14:39:52 +0000 (Thu, 03 Aug 2006)
New Revision: 76

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mkconf
Log:
added HOMEHOST to mkconf

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-02 21:51:07 UTC (rev 75)
+++ mdadm/trunk/debian/changelog	2006-08-03 14:39:52 UTC (rev 76)
@@ -1,6 +1,5 @@
 mdadm (2.5.2-10) UNRELEASED; urgency=low
 
-  * Added README.checkarray with some information about the check process.
   * Applied patch by upstream to fix the logic of the --run switch (see
     #287415). Thus also reverted the mdadm-raid hack used to fix the bug in
     the 2.5.2-9 upload.
@@ -14,7 +13,7 @@
   * Added safety net to prevent endless loops in RAID autodetection. Now just
     falls back to starting all arrays from the initramfs if it fails to
     determine an acceptable array for the / filesystem in three tries
-    (see #381007).
+    (closes: #381284, also see #381007).
   * Added udev rules file to prevent udev from ever creating md device nodes,
     which can get in the way of mdadm (also see next item).
   * Added a workaround to the initramfs hook to deal with the problem with
@@ -25,10 +24,11 @@
   * checkarray: now supports -s|--status switch to query parity check status
     for given devices.
   * checkarray: now supports -x|--cancel switch to cancel running checks.
-  * mkconf: now also outputs MAILADDR.
+  * mkconf: now also outputs 'MAILADDR root' and 'HOMEHOST <system>'.
+  * Added README.checkarray with some information about the check process.
   * Added /usr/share/doc/mdadm/FAQ to answer some FAQs.
 
- -- martin f. krafft <madduck at debian.org>  Wed,  2 Aug 2006 20:10:00 +0100
+ -- martin f. krafft <madduck at debian.org>  Thu,  3 Aug 2006 14:13:48 +0100
 
 mdadm (2.5.2-9) unstable; urgency=low
 

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-02 21:51:07 UTC (rev 75)
+++ mdadm/trunk/debian/mkconf	2006-08-03 14:39:52 UTC (rev 76)
@@ -24,6 +24,7 @@
 fi
 
 echo CREATE owner=root group=disk mode=0660 auto=yes metadata=1
+echo HOMEHOST <system>
 echo MAILADDR root
 
 if [ ! -r /proc/mdstat ]; then




More information about the pkg-mdadm-commits mailing list