summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-07 16:13:14 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-07 16:13:14 +0000
commita7c2f689a4fb637a4c532dee0b672bed00fb9afd (patch)
tree1f1e9e2938737e1bc9b11f63ead9c9ac833783d8
parent757861a8bdcbfc7148e388337da3d8c490a45aef (diff)
setting more keywords and licence change
-rw-r--r--debian/bugscript2
-rw-r--r--debian/checkarray7
-rw-r--r--debian/mdadm-raid3
-rw-r--r--debian/mdadm.config3
-rw-r--r--debian/mdadm.cron.d4
-rw-r--r--debian/mdadm.init3
-rw-r--r--debian/mdadm.postinst3
-rw-r--r--debian/mdadm.postrm3
-rw-r--r--debian/mdadm.preinst5
-rw-r--r--debian/mkconf2
-rwxr-xr-xdebian/rules1
11 files changed, 29 insertions, 7 deletions
diff --git a/debian/bugscript b/debian/bugscript
index 44d57d9c..b10c43f2 100644
--- a/debian/bugscript
+++ b/debian/bugscript
@@ -5,7 +5,7 @@
# allows Debian's bug tools to include relevant information in bug reports.
#
# Copyright © 2006 martin f. krafft <madduck@debian.org>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
#
# we need /bin/bash for readline capabalities in the prompt(s)
#
diff --git a/debian/checkarray b/debian/checkarray
index df8f6865..f3c7c10e 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -3,7 +3,7 @@
# checkarray -- initiates a check run of an array's redundancy information.
#
# Copyright © 2006 martin f. krafft <madduck@debian.org>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
#
# Revision: $Id$
#
@@ -12,9 +12,10 @@ PROGNAME=${0##*/}
about()
{
- echo "$PROGNAME -- RAID redundancy checker tool (revision $Id$)"
+ echo "$PROGNAME -- RAID redundancy checker tool"
+ echo "$Id$)"
echo "Copyright © 2006 martin f. krafft <madduck@debian.org>"
- echo "Released under the terms of the Artistic Licence."
+ echo "Released under the terms of the Artistic Licence 2.0"
}
usage()
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index 54dd9d8c..687dde34 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -5,6 +5,9 @@
# Copyright © 2001-2005 Mario Jou/3en <joussen@debian.org>
# Copyright © 2005-2006 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
MDADM=/sbin/mdadm
CONFIG=/etc/mdadm/mdadm.conf
diff --git a/debian/mdadm.config b/debian/mdadm.config
index 0d61dcaa..1e12374b 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -2,6 +2,9 @@
# Copyright © 2001-2004 Mario Jou/3en <joussen@debian.org>
# Copyright © 2006 martin f. krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
set +u # workaround for #369953
. /usr/share/debconf/confmodule
diff --git a/debian/mdadm.cron.d b/debian/mdadm.cron.d
index 38433bb3..42b00b7a 100644
--- a/debian/mdadm.cron.d
+++ b/debian/mdadm.cron.d
@@ -2,7 +2,9 @@
# cron.d/mdadm -- schedules periodic parity checks of RAID devices
#
# Copyright © 2006 martin f. krafft <madduck@madduck.net>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
+#
+# Revision: $Id$
#
# By default, run at 01:06 on the every Sunday, but do nothing unless the day
diff --git a/debian/mdadm.init b/debian/mdadm.init
index 409dac56..ec0eb2f7 100644
--- a/debian/mdadm.init
+++ b/debian/mdadm.init
@@ -5,6 +5,9 @@
# Copyright © 2001-2005 Mario Jou/3en <joussen@debian.org>
# Copyright © 2005-2006 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
MDADM=/sbin/mdadm
RUNDIR=/var/run/mdadm
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 9d048624..c9ed5f0f 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -2,6 +2,9 @@
# Copyright © 2001-2005 Mario Jou/3en <joussen@debian.org>
# Copyright © 2005-2006 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
if [ "${1:-}" = "configure" ]; then
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 2274c17d..79d33a02 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -2,6 +2,9 @@
# Copyright © 2001,2002 Mario Jou/3en <joussen@debian.org>
# Copyright © 2006 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
case "${1:-}" in
remove)
diff --git a/debian/mdadm.preinst b/debian/mdadm.preinst
index 9cffd3da..c2766f49 100644
--- a/debian/mdadm.preinst
+++ b/debian/mdadm.preinst
@@ -1,6 +1,9 @@
#!/bin/sh -eu
# Copyright © 2006 martin f. krafft <madduck@debian.org>
-# Distributed under the terms of the Artistic Licence.
+# Distributed under the terms of the Artistic Licence 2.0
+#
+# Revision: $Id$
+#
# migrate old configuration from *way back then*
DEBIANCONFIG=/etc/default/mdadm
diff --git a/debian/mkconf b/debian/mkconf
index 1691880e..6812a94c 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -3,7 +3,7 @@
# mkconf -- outputs valid mdadm.conf contents for the local system
#
# Copyright © 2006 martin f. krafft <madduck@madduck.net>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
#
# Revision: $Id$
#
diff --git a/debian/rules b/debian/rules
index 1c6b37fa..f5c09d94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
# Distributable under the terms of the GNU GPL version 2.
#
# Revision: $Id$
+#
#export DH_VERBOSE=1