diff options
-rw-r--r-- | dev-libs/cyrus-sasl/files/pwcheck.rc6 | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/saslauthd.conf | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/saslauthd.rc6 | 6 | ||||
-rw-r--r-- | dev-libs/cyrus-sasl/files/saslauthd2.rc6 | 6 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/spamd.init | 7 | ||||
-rw-r--r-- | dev-util/cvsd/files/cvsd.init | 5 | ||||
-rw-r--r-- | dev-util/cvsd/files/cvsd.rc6 | 5 |
7 files changed, 21 insertions, 20 deletions
diff --git a/dev-libs/cyrus-sasl/files/pwcheck.rc6 b/dev-libs/cyrus-sasl/files/pwcheck.rc6 index 24ee01d1461c..01f4a69b77ce 100644 --- a/dev-libs/cyrus-sasl/files/pwcheck.rc6 +++ b/dev-libs/cyrus-sasl/files/pwcheck.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/dev-libs/cyrus-sasl/files/pwcheck.rc6,v 1.2 2003/02/14 22:40: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/dev-libs/cyrus-sasl/files/pwcheck.rc6,v 1.3 2004/03/04 18:36:55 vapier Exp $ depend() { need localmount diff --git a/dev-libs/cyrus-sasl/files/saslauthd.conf b/dev-libs/cyrus-sasl/files/saslauthd.conf index 7dd0b7f7322e..a9da92c9a43d 100644 --- a/dev-libs/cyrus-sasl/files/saslauthd.conf +++ b/dev-libs/cyrus-sasl/files/saslauthd.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/dev-libs/cyrus-sasl/files/saslauthd.conf,v 1.1 2004/01/14 19:42:47 max Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd.conf,v 1.2 2004/03/04 18:36:16 vapier Exp $ # Config file for /etc/init.d/saslauthd diff --git a/dev-libs/cyrus-sasl/files/saslauthd.rc6 b/dev-libs/cyrus-sasl/files/saslauthd.rc6 index a0797fd664f0..6e90c2c8ef82 100644 --- a/dev-libs/cyrus-sasl/files/saslauthd.rc6 +++ b/dev-libs/cyrus-sasl/files/saslauthd.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/dev-libs/cyrus-sasl/files/saslauthd.rc6,v 1.3 2004/01/14 19:42:47 max Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd.rc6,v 1.4 2004/03/04 18:37:57 vapier Exp $ depend() { need net diff --git a/dev-libs/cyrus-sasl/files/saslauthd2.rc6 b/dev-libs/cyrus-sasl/files/saslauthd2.rc6 index 55f5b92e0379..fa1d3337d85f 100644 --- a/dev-libs/cyrus-sasl/files/saslauthd2.rc6 +++ b/dev-libs/cyrus-sasl/files/saslauthd2.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/dev-libs/cyrus-sasl/files/saslauthd2.rc6,v 1.4 2004/01/14 19:42:47 max Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/files/saslauthd2.rc6,v 1.5 2004/03/04 18:37:57 vapier Exp $ depend() { need net diff --git a/dev-perl/Mail-SpamAssassin/files/spamd.init b/dev-perl/Mail-SpamAssassin/files/spamd.init index 840103a91650..32ebe03985c9 100644 --- a/dev-perl/Mail-SpamAssassin/files/spamd.init +++ b/dev-perl/Mail-SpamAssassin/files/spamd.init @@ -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/dev-perl/Mail-SpamAssassin/files/spamd.init,v 1.6 2004/03/04 18:39:14 vapier Exp $ # NB: Config is in /etc/conf.d/spamd.conf @@ -24,5 +25,3 @@ stop() { start-stop-daemon --stop --quiet --pidfile ${pidfile} eend $? "Failed to stop spamd" } - -# vim:ts=4 noexpandtab ft=sh: diff --git a/dev-util/cvsd/files/cvsd.init b/dev-util/cvsd/files/cvsd.init index 9d79b5d8ceae..2d5878269cee 100644 --- a/dev-util/cvsd/files/cvsd.init +++ b/dev-util/cvsd/files/cvsd.init @@ -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/dev-util/cvsd/files/cvsd.init,v 1.2 2004/03/04 18:40:19 vapier Exp $ depend() { need net diff --git a/dev-util/cvsd/files/cvsd.rc6 b/dev-util/cvsd/files/cvsd.rc6 index 28b4b5bfc0d8..8af081a1fb5f 100644 --- a/dev-util/cvsd/files/cvsd.rc6 +++ b/dev-util/cvsd/files/cvsd.rc6 @@ -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/dev-util/cvsd/files/cvsd.rc6,v 1.2 2004/03/04 18:40:19 vapier Exp $ depend() { need net |