r84 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Aug 7 16:09:13 UTC 2006


Author: madduck
Date: 2006-08-07 16:09:11 +0000 (Mon, 07 Aug 2006)
New Revision: 84

Modified:
   mdadm/trunk/debian/FAQ
   mdadm/trunk/debian/README.Debian
   mdadm/trunk/debian/README.checkarray
   mdadm/trunk/debian/README.initramfs-transition
   mdadm/trunk/debian/README.mdrun
   mdadm/trunk/debian/README.recipes
   mdadm/trunk/debian/TODO
   mdadm/trunk/debian/bugscript
   mdadm/trunk/debian/checkarray
   mdadm/trunk/debian/mkconf
   mdadm/trunk/debian/rules
   mdadm/trunk/debian/watch
Log:
using svn keyword Id

Modified: mdadm/trunk/debian/FAQ
===================================================================
--- mdadm/trunk/debian/FAQ	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/FAQ	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 Frequently asked questions -- Debian mdadm
 ==========================================
+Revision: $Id$
 
 Also see /usr/share/doc/mdadm/README.recipes.gz
 


Property changes on: mdadm/trunk/debian/FAQ
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/README.Debian
===================================================================
--- mdadm/trunk/debian/README.Debian	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/README.Debian	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 mdadm for Debian
 ================
+Revision: $Id$
 
 Please make sure you read into /usr/share/doc/mdadm/NEWS.Debian.gz . Also, the
 documentation for the kernel md driver is included in


Property changes on: mdadm/trunk/debian/README.Debian
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/README.checkarray
===================================================================
--- mdadm/trunk/debian/README.checkarray	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/README.checkarray	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 checkarray notes
 ================
+Revision: $Id$
 
 checkarray will run parity checks across all your redundant arrays. By
 default, it is configured to run on the first Sunday of each month, at 01:06


Property changes on: mdadm/trunk/debian/README.checkarray
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/README.initramfs-transition
===================================================================
--- mdadm/trunk/debian/README.initramfs-transition	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/README.initramfs-transition	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 mdadm for Debian - initramfs transition
----------------------------------------
+=======================================
+Revision: $Id$
 
 None of the following needs to concern you if you are using monolithic kernels
 (no modules), yaird, or initrd-tools/mkinitrd.


Property changes on: mdadm/trunk/debian/README.initramfs-transition
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/README.mdrun
===================================================================
--- mdadm/trunk/debian/README.mdrun	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/README.mdrun	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 mdadm for Debian -- notes on mdrun
 ==================================
+Revision: $Id$
 
 mdadm for Debian ships with /sbin/mdrun, which is a sledgehammer approach to
 assembling RAID volumes during boot. Unfortunately, the script has several


Property changes on: mdadm/trunk/debian/README.mdrun
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/README.recipes
===================================================================
--- mdadm/trunk/debian/README.recipes	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/README.recipes	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 mdadm recipes
 =============
+Revision: $Id$
 
 The following examples/recipes may help you with your mdadm experience. I'll
 leave it as an exercise to use the correct device names and parameters in each


Property changes on: mdadm/trunk/debian/README.recipes
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/TODO
===================================================================
--- mdadm/trunk/debian/TODO	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/TODO	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,5 +1,6 @@
 debian mdadm TODO list
 ======================
+Revision: $Id$
 
 - use mdadm.conf during initramfs assembly to make sure super-minor is
   honoured.


Property changes on: mdadm/trunk/debian/TODO
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/bugscript
===================================================================
--- mdadm/trunk/debian/bugscript	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/bugscript	2006-08-07 16:09:11 UTC (rev 84)
@@ -9,6 +9,8 @@
 #
 # we need /bin/bash for readline capabalities in the prompt(s)
 #
+# Revision: $Id$
+#
 
 if [ ! -r /proc/mdstat ]; then
   echo "The local system does not have RAID support (no drivers loaded)."


Property changes on: mdadm/trunk/debian/bugscript
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/checkarray
===================================================================
--- mdadm/trunk/debian/checkarray	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/checkarray	2006-08-07 16:09:11 UTC (rev 84)
@@ -5,13 +5,14 @@
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
 # distributed under the terms of the Artistic Licence.
 #
-REVISION=2006.08.02.2025
+# Revision: $Id$
+#
 
 PROGNAME=${0##*/}
 
 about()
 {
-  echo "$PROGNAME -- RAID redundancy checker tool (revision $REVISION)"
+  echo "$PROGNAME -- RAID redundancy checker tool (revision $Id$)"
   echo "Copyright © 2006 martin f. krafft <madduck at debian.org>"
   echo "Released under the terms of the Artistic Licence."
 }


Property changes on: mdadm/trunk/debian/checkarray
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/mkconf	2006-08-07 16:09:11 UTC (rev 84)
@@ -5,6 +5,8 @@
 # Copyright © 2006 martin f. krafft <madduck at madduck.net>
 # distributed under the terms of the Artistic Licence.
 #
+# Revision: $Id$
+#
 
 MDADM=/sbin/mdadm
 DEBIANCONFIG=/etc/default/mdadm


Property changes on: mdadm/trunk/debian/mkconf
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/rules
===================================================================
--- mdadm/trunk/debian/rules	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/rules	2006-08-07 16:09:11 UTC (rev 84)
@@ -2,6 +2,8 @@
 # Copyright (C) 2001-2005 Mario Jou/3en <joussen at debian.org>
 # Copyright (C) 2005-2006 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
 
 #export DH_VERBOSE=1
 


Property changes on: mdadm/trunk/debian/rules
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/watch
===================================================================
--- mdadm/trunk/debian/watch	2006-08-07 10:39:09 UTC (rev 83)
+++ mdadm/trunk/debian/watch	2006-08-07 16:09:11 UTC (rev 84)
@@ -1,2 +1,3 @@
+# Revision: $Id$
 version=3
 http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-([.[:digit:]]+).tgz


Property changes on: mdadm/trunk/debian/watch
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the pkg-mdadm-commits mailing list