r57 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 2 11:01:09 UTC 2006


Author: madduck
Date: 2006-08-02 11:01:08 +0000 (Wed, 02 Aug 2006)
New Revision: 57

Modified:
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mkconf
Log:
* mkconf: now also outputs MAILADDR.

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-08-01 18:57:16 UTC (rev 56)
+++ mdadm/trunk/debian/changelog	2006-08-02 11:01:08 UTC (rev 57)
@@ -10,8 +10,9 @@
     applies to unstable right now, so I am not pumping up the urgency.
   * checkarray: correctly recognise when the kernel is too old for parity
     checks, or when there are no redundant arrays present.
+  * mkconf: now also outputs MAILADDR.
 
- -- martin f. krafft <madduck at debian.org>  Tue,  1 Aug 2006 19:17:39 +0100
+ -- martin f. krafft <madduck at debian.org>  Tue,  1 Aug 2006 20:23:09 +0100
 
 mdadm (2.5.2-9) unstable; urgency=low
 

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-01 18:57:16 UTC (rev 56)
+++ mdadm/trunk/debian/mkconf	2006-08-02 11:01:08 UTC (rev 57)
@@ -24,6 +24,7 @@
 fi
 
 echo CREATE owner=root group=disk mode=0660 auto=yes metadata=1
+echo MAILADDR root
 
 if [ ! -r /proc/mdstat ]; then
   echo W: RAID subsystem is not loaded, thus I cannot scan for arrays. >&2




More information about the pkg-mdadm-commits mailing list