From aa8f9a3b0ded0b85479a3e3155642d9384aa0bb4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 2 Jul 2008 11:34:35 +0200 Subject: remove $Id:$ leftovers from CVS/SVN --- debian/FAQ | 2 -- debian/README.checkarray | 2 -- debian/README.initramfs-transition | 2 -- debian/README.recipes | 2 -- debian/README.upgrading-2.5.3 | 2 -- debian/TESTING | 2 -- debian/TODO | 2 -- debian/checkarray | 3 --- debian/mdadm-raid | 4 +--- debian/mdadm-startall | 3 --- debian/mdadm.config | 2 -- debian/mdadm.cron.d | 2 -- debian/mdadm.init | 4 +--- debian/mdadm.postinst | 2 -- debian/mdadm.postrm | 3 --- debian/mdadm.preinst | 3 --- debian/mkconf | 3 --- debian/rules | 2 -- debian/watch | 2 -- 19 files changed, 2 insertions(+), 45 deletions(-) (limited to 'debian') diff --git a/debian/FAQ b/debian/FAQ index 76f57a0c..0ec4966c 100644 --- a/debian/FAQ +++ b/debian/FAQ @@ -544,5 +544,3 @@ The latest version of this FAQ is available here: Or make use of /usr/share/mdadm/startall . -- martin f. krafft Wed, 02 Jul 2008 11:32:51 +0200 - -$Id$ diff --git a/debian/README.checkarray b/debian/README.checkarray index 9f691e6c..8cefe016 100644 --- a/debian/README.checkarray +++ b/debian/README.checkarray @@ -19,5 +19,3 @@ However in the absence of read errors it is read-only. You can cancel a running array check with the -x option to checkarray. -- martin f. krafft Mon, 08 Jan 2007 02:07:19 +0100 - -$Id$ diff --git a/debian/README.initramfs-transition b/debian/README.initramfs-transition index 2c313cca..52d4191d 100644 --- a/debian/README.initramfs-transition +++ b/debian/README.initramfs-transition @@ -48,5 +48,3 @@ don't want it overwritten. Again, please report success or failure to me. -- martin f. krafft Mon, 23 Sep 2006 23:48:21 +0100 - -$Id$ diff --git a/debian/README.recipes b/debian/README.recipes index d5603fec..0d6c8d17 100644 --- a/debian/README.recipes +++ b/debian/README.recipes @@ -144,5 +144,3 @@ The latest version of this document is available here: # see also item 12 in the FAQ contained with the Debian package. -- martin f. krafft Fri, 06 Oct 2006 15:39:58 +0200 - -$Id$ diff --git a/debian/README.upgrading-2.5.3 b/debian/README.upgrading-2.5.3 index 601d79dc..ae5af8e7 100644 --- a/debian/README.upgrading-2.5.3 +++ b/debian/README.upgrading-2.5.3 @@ -132,5 +132,3 @@ relevant information. The reportbug tool will automatically include the most relevant data in the report. -- martin f. krafft Wed, 02 Jul 2008 11:33:12 +0200 - -$Id: README.initramfs-transition 89 2006-08-08 09:33:05Z madduck $ diff --git a/debian/TESTING b/debian/TESTING index c4edd43b..22b01967 100644 --- a/debian/TESTING +++ b/debian/TESTING @@ -82,5 +82,3 @@ the needed debconf[2] and lsb-base[3] reside in the backports.org archive. Much appreciated! -- martin f. krafft Wed, 02 Jul 2008 11:10:02 +0200 - -$Id$ diff --git a/debian/TODO b/debian/TODO index 2401f93d..eb3299e0 100644 --- a/debian/TODO +++ b/debian/TODO @@ -27,5 +27,3 @@ debian mdadm TODO list sentinels in $STATEDIR - manage DAEMON_OPTIONS with debconf - -$Id$ diff --git a/debian/checkarray b/debian/checkarray index afd1a5ab..cd17a07b 100644 --- a/debian/checkarray +++ b/debian/checkarray @@ -5,9 +5,6 @@ # Copyright © martin f. krafft # distributed under the terms of the Artistic Licence 2.0 # -# $Id$ -# - set -eu PROGNAME=${0##*/} diff --git a/debian/mdadm-raid b/debian/mdadm-raid index 08609674..b59c619e 100644 --- a/debian/mdadm-raid +++ b/debian/mdadm-raid @@ -6,8 +6,6 @@ # Copyright © 2005-2007 Martin F. Krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# ### BEGIN INIT INFO # Provides: mdadm-raid # Required-Start: mountkernfs @@ -21,7 +19,7 @@ # the settings in /etc/mdadm/mdadm.conf and the preferences # in /etc/default/mdadm. ### END INIT INFO - +# set -eu MDADM=/sbin/mdadm diff --git a/debian/mdadm-startall b/debian/mdadm-startall index cc6be57d..5e54b328 100644 --- a/debian/mdadm-startall +++ b/debian/mdadm-startall @@ -6,9 +6,6 @@ # Copyright © martin f. krafft # distributed under the terms of the Artistic Licence 2.0 # -# $Id$ -# - set -eu CONFIG=/etc/mdadm/mdadm.conf diff --git a/debian/mdadm.config b/debian/mdadm.config index b06c21e5..0a03508c 100644 --- a/debian/mdadm.config +++ b/debian/mdadm.config @@ -3,8 +3,6 @@ # Copyright © martin f. krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# # we need debconf-escape. Without it, defer the configuration. if [ ! -x "$(command -v debconf-escape 2>/dev/null)" ]; then diff --git a/debian/mdadm.cron.d b/debian/mdadm.cron.d index f3034209..fd6a09c4 100644 --- a/debian/mdadm.cron.d +++ b/debian/mdadm.cron.d @@ -4,8 +4,6 @@ # Copyright © martin f. krafft # distributed under the terms of the Artistic Licence 2.0 # -# $Id$ -# # By default, run at 00:57 on every Sunday, but do nothing unless the day of # the month is less than or equal to 7. Thus, only run on the first Sunday of diff --git a/debian/mdadm.init b/debian/mdadm.init index eb34531f..6670dc45 100644 --- a/debian/mdadm.init +++ b/debian/mdadm.init @@ -6,8 +6,6 @@ # Copyright © 2005-2007 Martin F. Krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# ### BEGIN INIT INFO # Provides: mdadm # Required-Start: checkroot @@ -21,7 +19,7 @@ # administrator is alerted via email, or a custom script is # run. ### END INIT INFO - +# set -eu MDADM=/sbin/mdadm diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst index 040b8181..5a732de1 100644 --- a/debian/mdadm.postinst +++ b/debian/mdadm.postinst @@ -3,8 +3,6 @@ # Copyright © 2005-2007 Martin F. Krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# . /usr/share/debconf/confmodule # See #369953 for ordering diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm index 680a8883..cb4e58e0 100644 --- a/debian/mdadm.postrm +++ b/debian/mdadm.postrm @@ -3,9 +3,6 @@ # Copyright © 2006-2007 Martin F. Krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# - set -eu case "${1:-}" in diff --git a/debian/mdadm.preinst b/debian/mdadm.preinst index c5db6d30..81dea701 100644 --- a/debian/mdadm.preinst +++ b/debian/mdadm.preinst @@ -2,9 +2,6 @@ # Copyright © martin f. krafft # Distributed under the terms of the Artistic Licence 2.0 # -# $Id$ -# - set -eu case "$1" in diff --git a/debian/mkconf b/debian/mkconf index d5116cfb..f712e959 100644 --- a/debian/mkconf +++ b/debian/mkconf @@ -5,9 +5,6 @@ # Copyright © martin f. krafft # distributed under the terms of the Artistic Licence 2.0 # -# $Id$ -# - set -eu ME="${0##*/}" diff --git a/debian/rules b/debian/rules index 24637560..bad3505d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ # Copyright © 2005-2007 Martin F. Krafft # Distributable under the terms of the GNU GPL version 2. # -# $Id$ -# #export DH_VERBOSE=1 diff --git a/debian/watch b/debian/watch index d8c5f67f..82cf9099 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,2 @@ version=3 http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-([.[:digit:]]+).tgz - -# $Id$ -- cgit v1.2.3