summaryrefslogtreecommitdiff
path: root/debian/mkconf
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 21:47:38 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 21:47:38 +0000
commit091b7aaab735b641c03f9b4a8a56a6dd377caa7d (patch)
tree2447b55f4303aaf1953676ad0e25409aa0cc0906 /debian/mkconf
parenta1c12c59399daab8a78cb145d1c2c0d0b0664ba9 (diff)
move autogeneration message to end
Diffstat (limited to 'debian/mkconf')
-rw-r--r--debian/mkconf9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/mkconf b/debian/mkconf
index eb661f1a..644a7609 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -40,9 +40,6 @@ esac
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 @@ else
$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