r120 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Aug 20 21:47:39 UTC 2006


Author: madduck
Date: 2006-08-20 21:47:38 +0000 (Sun, 20 Aug 2006)
New Revision: 120

Modified:
   mdadm/trunk/debian/mkconf
Log:
move autogeneration message to end

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-20 21:44:51 UTC (rev 119)
+++ mdadm/trunk/debian/mkconf	2006-08-20 21:47:38 UTC (rev 120)
@@ -40,9 +40,6 @@
 cat <<_eof
 # mdadm.conf
 #
-# This file was auto-generated on $(date -R)
-# by mkconf \$Id$
-#
 # Please refer to mdadm.conf(5) for information about this file.
 #
 
@@ -78,6 +75,12 @@
   $MDADM --examine --scan --config=partitions
 fi
 
+cat <<_eof
+
+# This file was auto-generated on $(date -R)
+# by mkconf \$Id$
+_eof
+
 if [ $generate -eq 1 ]; then
   mkdir -p /var/lib/mdadm
   md5sum $CONFIG > /var/lib/mdadm/mdadm.conf-generated




More information about the pkg-mdadm-commits mailing list