summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 03:20:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 03:20:50 +0000
commit99e959a317a959b2e9581bf3cd4f64e42abe9aeb (patch)
tree8976e6df26c9126a30ecd906db50950762c6a08a
parentwe license under gpl2, not gpl2 or later (diff)
downloadgentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.tar.gz
gentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.tar.bz2
gentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.zip
we license under gpl2, not gpl2 or later
-rw-r--r--net-mail/courier-imap/files/authdaemond.conf6
-rw-r--r--net-mail/courier-imap/files/authdaemond.rc68
-rw-r--r--net-mail/courier-imap/files/courier-imapd-ssl.rc66
-rw-r--r--net-mail/courier-imap/files/courier-imapd.rc66
-rw-r--r--net-mail/courier-imap/files/courier-pop3d-ssl.rc66
-rw-r--r--net-mail/courier-imap/files/courier-pop3d.rc66
-rw-r--r--net-mail/cyrus-imapd/files/cyrus.rc66
-rw-r--r--net-mail/cyrus-imapd/files/cyrus.rc6_26
-rw-r--r--net-mail/cyrus-imspd/files/imspd.rc612
-rw-r--r--net-mail/drac/files/dracd.rc66
-rw-r--r--net-mail/exim/files/exim.rc66
-rw-r--r--net-mail/fetchmail/files/conf.d-fetchmail6
-rw-r--r--net-mail/mailman/files/mailman.rc22
-rw-r--r--net-mail/pop3vscan/files/pop3vscan6
-rw-r--r--net-mail/popa3d/files/popa3d-initrc5
-rw-r--r--net-mail/postfix/files/postfix.rc66
-rw-r--r--net-mail/qmail/files/1.03-r10/qmail-control6
-rw-r--r--net-mail/qmail/files/1.03-r11/qmail-control6
-rw-r--r--net-mail/qmail/files/1.03-r12/qmail-control6
-rw-r--r--net-mail/qmail/files/1.03-r13/qmail-control6
-rw-r--r--net-mail/qmail/files/1.03-r8/qmail-control6
-rw-r--r--net-mail/qmail/files/1.03-r9/qmail-control6
22 files changed, 77 insertions, 78 deletions
diff --git a/net-mail/courier-imap/files/authdaemond.conf b/net-mail/courier-imap/files/authdaemond.conf
index 255ea22e2c8a..d01e66b63173 100644
--- a/net-mail/courier-imap/files/authdaemond.conf
+++ b/net-mail/courier-imap/files/authdaemond.conf
@@ -1,6 +1,6 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.conf,v 1.1 2002/09/11 15:45:46 raker Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.conf,v 1.2 2004/03/06 03:16:09 vapier Exp $
# This file should contain your chosen authenticator
# Valid choices are..
diff --git a/net-mail/courier-imap/files/authdaemond.rc6 b/net-mail/courier-imap/files/authdaemond.rc6
index 9dbf7e809175..35d1d2813a21 100644
--- a/net-mail/courier-imap/files/authdaemond.rc6
+++ b/net-mail/courier-imap/files/authdaemond.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.rc6,v 1.4 2003/02/14 23:02:25 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/authdaemond.rc6,v 1.5 2004/03/06 03:16:09 vapier Exp $
depend() {
need net
@@ -15,11 +15,9 @@ checkconfig() {
}
setauth() {
-
source /etc/courier-imap/authdaemonrc
AUTHLIB="/usr/lib/courier-imap/authlib"
source /etc/courier-imap/authdaemond.conf
-
}
start() {
diff --git a/net-mail/courier-imap/files/courier-imapd-ssl.rc6 b/net-mail/courier-imap/files/courier-imapd-ssl.rc6
index 2522e1b2ebe3..6a8aeb57ca26 100644
--- a/net-mail/courier-imap/files/courier-imapd-ssl.rc6
+++ b/net-mail/courier-imap/files/courier-imapd-ssl.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imapd-ssl.rc6,v 1.3 2003/02/21 17:17:35 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imapd-ssl.rc6,v 1.4 2004/03/06 03:16:09 vapier Exp $
depend() {
need net authdaemond
diff --git a/net-mail/courier-imap/files/courier-imapd.rc6 b/net-mail/courier-imap/files/courier-imapd.rc6
index af60315ad4d4..a0edf680a954 100644
--- a/net-mail/courier-imap/files/courier-imapd.rc6
+++ b/net-mail/courier-imap/files/courier-imapd.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imapd.rc6,v 1.3 2003/02/21 17:17:35 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imapd.rc6,v 1.4 2004/03/06 03:16:09 vapier Exp $
depend() {
need net authdaemond
diff --git a/net-mail/courier-imap/files/courier-pop3d-ssl.rc6 b/net-mail/courier-imap/files/courier-pop3d-ssl.rc6
index 278fddb02fec..e76ec005cf53 100644
--- a/net-mail/courier-imap/files/courier-pop3d-ssl.rc6
+++ b/net-mail/courier-imap/files/courier-pop3d-ssl.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-pop3d-ssl.rc6,v 1.3 2003/02/21 17:17:35 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-pop3d-ssl.rc6,v 1.4 2004/03/06 03:16:09 vapier Exp $
depend() {
need net authdaemond
diff --git a/net-mail/courier-imap/files/courier-pop3d.rc6 b/net-mail/courier-imap/files/courier-pop3d.rc6
index 0a5780ce8679..71bf7b7dadad 100644
--- a/net-mail/courier-imap/files/courier-pop3d.rc6
+++ b/net-mail/courier-imap/files/courier-pop3d.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-pop3d.rc6,v 1.3 2003/02/21 17:17:35 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-pop3d.rc6,v 1.4 2004/03/06 03:16:09 vapier Exp $
depend() {
need net authdaemond
diff --git a/net-mail/cyrus-imapd/files/cyrus.rc6 b/net-mail/cyrus-imapd/files/cyrus.rc6
index 3599b91e7aa7..2ccc1e181d25 100644
--- a/net-mail/cyrus-imapd/files/cyrus.rc6
+++ b/net-mail/cyrus-imapd/files/cyrus.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.rc6,v 1.4 2004/01/20 18:00:43 max Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.rc6,v 1.5 2004/03/06 03:16:50 vapier Exp $
depend() {
need net
diff --git a/net-mail/cyrus-imapd/files/cyrus.rc6_2 b/net-mail/cyrus-imapd/files/cyrus.rc6_2
index 0d525febbefb..8629a59d2273 100644
--- a/net-mail/cyrus-imapd/files/cyrus.rc6_2
+++ b/net-mail/cyrus-imapd/files/cyrus.rc6_2
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.rc6_2,v 1.2 2003/02/14 23:03:01 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/files/cyrus.rc6_2,v 1.3 2004/03/06 03:16:51 vapier Exp $
depend() {
need net
diff --git a/net-mail/cyrus-imspd/files/imspd.rc6 b/net-mail/cyrus-imspd/files/imspd.rc6
index 77cd241a42d2..f4b2bbf923db 100644
--- a/net-mail/cyrus-imspd/files/imspd.rc6
+++ b/net-mail/cyrus-imspd/files/imspd.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/files/imspd.rc6,v 1.1 2003/09/18 18:23:29 max Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imspd/files/imspd.rc6,v 1.2 2004/03/06 03:19:43 vapier Exp $
depend() {
need net
@@ -21,13 +21,13 @@ use_ssl() {
start() {
ebegin "Starting cyrus imspd"
start-stop-daemon --start --quiet --background --make-pidfile \
- --pidfile /var/run/imspd.pid --exec /usr/sbin/imspd
+ --pidfile /var/run/imspd.pid --exec /usr/sbin/imspd
eend $?
if [ -n "`use_ssl`" ] ; then
ebegin "Starting cyrus imspd ssl tunnel"
start-stop-daemon --start --quiet --exec /usr/sbin/stunnel \
- -- /etc/stunnel/imspd.conf
+ -- /etc/stunnel/imspd.conf
eend $?
fi
}
@@ -36,7 +36,7 @@ stop() {
if [ -n "`use_ssl`" ] ; then
ebegin "Stopping cyrus imspd ssl tunnel"
start-stop-daemon --stop --quiet \
- --pidfile /var/run/stunnel.imspd.pid
+ --pidfile /var/run/stunnel.imspd.pid
eend $?
fi
diff --git a/net-mail/drac/files/dracd.rc6 b/net-mail/drac/files/dracd.rc6
index 8dd794c99cc3..ae87be5b4c75 100644
--- a/net-mail/drac/files/dracd.rc6
+++ b/net-mail/drac/files/dracd.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/drac/files/dracd.rc6,v 1.1 2003/09/17 20:31:39 max Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/drac/files/dracd.rc6,v 1.2 2004/03/06 03:19:43 vapier Exp $
depend() {
need net portmap
diff --git a/net-mail/exim/files/exim.rc6 b/net-mail/exim/files/exim.rc6
index 7c85f57fa9d7..b72a531adaf2 100644
--- a/net-mail/exim/files/exim.rc6
+++ b/net-mail/exim/files/exim.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/files/exim.rc6,v 1.8 2004/01/18 14:48:26 mholzer Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/files/exim.rc6,v 1.9 2004/03/06 03:19:44 vapier Exp $
depend() {
need logger net
diff --git a/net-mail/fetchmail/files/conf.d-fetchmail b/net-mail/fetchmail/files/conf.d-fetchmail
index 354512d4158d..d0896cffd7e1 100644
--- a/net-mail/fetchmail/files/conf.d-fetchmail
+++ b/net-mail/fetchmail/files/conf.d-fetchmail
@@ -1,6 +1,6 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/files/conf.d-fetchmail,v 1.1 2003/03/31 19:56:18 avenj Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/files/conf.d-fetchmail,v 1.2 2004/03/06 03:19:44 vapier Exp $
# Polling frequency in seconds
# (fetchmail will daemonize and check for new mail at this interval)
diff --git a/net-mail/mailman/files/mailman.rc b/net-mail/mailman/files/mailman.rc
index 086c7a66ecc7..fd20528c9ada 100644
--- a/net-mail/mailman/files/mailman.rc
+++ b/net-mail/mailman/files/mailman.rc
@@ -1,22 +1,23 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/files/mailman.rc,v 1.4 2004/03/06 03:19:44 vapier Exp $
depend() {
- need net
- use logger
+ need net
+ use logger
}
start() {
- ebegin "Starting mailman"
- su - mailman -c 'bin/mailmanctl -s start' >/dev/null 2>&1
- eend $?
+ ebegin "Starting mailman"
+ su - mailman -c 'bin/mailmanctl -s start' >/dev/null 2>&1
+ eend $?
}
stop() {
- ebegin "Stopping mailman"
- su - mailman -c 'bin/mailmanctl stop' >/dev/null 2>&1
- eend $?
+ ebegin "Stopping mailman"
+ su - mailman -c 'bin/mailmanctl stop' >/dev/null 2>&1
+ eend $?
}
svc_restart() {
@@ -24,4 +25,3 @@ svc_restart() {
su - mailman -c 'bin/mailmanctl restart' >/dev/null 2>&1
eend $?
}
-
diff --git a/net-mail/pop3vscan/files/pop3vscan b/net-mail/pop3vscan/files/pop3vscan
index eedaba3b124b..c59506859f25 100644
--- a/net-mail/pop3vscan/files/pop3vscan
+++ b/net-mail/pop3vscan/files/pop3vscan
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/files/pop3vscan,v 1.2 2003/02/14 23:03:29 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pop3vscan/files/pop3vscan,v 1.3 2004/03/06 03:19:44 vapier Exp $
depend() {
need net
diff --git a/net-mail/popa3d/files/popa3d-initrc b/net-mail/popa3d/files/popa3d-initrc
index b1fb2719d59f..4e5b56aebf66 100644
--- a/net-mail/popa3d/files/popa3d-initrc
+++ b/net-mail/popa3d/files/popa3d-initrc
@@ -1,6 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/popa3d/files/popa3d-initrc,v 1.2 2004/03/06 03:19:44 vapier Exp $
depend() {
need net
diff --git a/net-mail/postfix/files/postfix.rc6 b/net-mail/postfix/files/postfix.rc6
index aabb916dad91..e15e2e46d840 100644
--- a/net-mail/postfix/files/postfix.rc6
+++ b/net-mail/postfix/files/postfix.rc6
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.11 2003/09/24 05:08:51 max Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.12 2004/03/06 03:20:49 vapier Exp $
opts="reload"
diff --git a/net-mail/qmail/files/1.03-r10/qmail-control b/net-mail/qmail/files/1.03-r10/qmail-control
index 3ca2782f8ecc..a9dcad7bc834 100644
--- a/net-mail/qmail/files/1.03-r10/qmail-control
+++ b/net-mail/qmail/files/1.03-r10/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r10/qmail-control,v 1.2 2003/02/14 23:03:41 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r10/qmail-control,v 1.3 2004/03/06 03:20:49 vapier Exp $
opts="start stop restart reload"
diff --git a/net-mail/qmail/files/1.03-r11/qmail-control b/net-mail/qmail/files/1.03-r11/qmail-control
index 0709feecd171..5beafc92c254 100644
--- a/net-mail/qmail/files/1.03-r11/qmail-control
+++ b/net-mail/qmail/files/1.03-r11/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r11/qmail-control,v 1.1 2003/08/05 11:46:12 robbat2 Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r11/qmail-control,v 1.2 2004/03/06 03:20:50 vapier Exp $
opts="start stop restart reload"
diff --git a/net-mail/qmail/files/1.03-r12/qmail-control b/net-mail/qmail/files/1.03-r12/qmail-control
index dcbd86bf6729..566e015a41d5 100644
--- a/net-mail/qmail/files/1.03-r12/qmail-control
+++ b/net-mail/qmail/files/1.03-r12/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r12/qmail-control,v 1.1 2003/08/11 07:35:15 robbat2 Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r12/qmail-control,v 1.2 2004/03/06 03:20:50 vapier Exp $
opts="start stop restart reload"
diff --git a/net-mail/qmail/files/1.03-r13/qmail-control b/net-mail/qmail/files/1.03-r13/qmail-control
index 3a874ee78d0e..ca04013551ed 100644
--- a/net-mail/qmail/files/1.03-r13/qmail-control
+++ b/net-mail/qmail/files/1.03-r13/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r13/qmail-control,v 1.2 2004/02/28 23:13:12 robbat2 Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r13/qmail-control,v 1.3 2004/03/06 03:20:50 vapier Exp $
opts="start stop restart reload"
diff --git a/net-mail/qmail/files/1.03-r8/qmail-control b/net-mail/qmail/files/1.03-r8/qmail-control
index 2c7bc687d8de..758bc6ec7bf7 100644
--- a/net-mail/qmail/files/1.03-r8/qmail-control
+++ b/net-mail/qmail/files/1.03-r8/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r8/qmail-control,v 1.2 2003/02/14 23:03:59 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r8/qmail-control,v 1.3 2004/03/06 03:20:50 vapier Exp $
opts="start stop restart reload"
diff --git a/net-mail/qmail/files/1.03-r9/qmail-control b/net-mail/qmail/files/1.03-r9/qmail-control
index d2efd084ed5f..c0911f977b4c 100644
--- a/net-mail/qmail/files/1.03-r9/qmail-control
+++ b/net-mail/qmail/files/1.03-r9/qmail-control
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r9/qmail-control,v 1.2 2003/02/14 23:04:05 vapier Exp $
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r9/qmail-control,v 1.3 2004/03/06 03:20:50 vapier Exp $
opts="start stop restart reload"