diff options
author | 2004-03-04 18:39:14 +0000 | |
---|---|---|
committer | 2004-03-04 18:39:14 +0000 | |
commit | 89ef4ba1cedd906dfbb35b9370e1c11d81e83564 (patch) | |
tree | f564a0228cbe140a5bb72cf75e592bbbfdb050fd /dev-perl/Mail-SpamAssassin/files | |
parent | gpl2, forget the later (diff) | |
download | historical-89ef4ba1cedd906dfbb35b9370e1c11d81e83564.tar.gz historical-89ef4ba1cedd906dfbb35b9370e1c11d81e83564.tar.bz2 historical-89ef4ba1cedd906dfbb35b9370e1c11d81e83564.zip |
gpl2, forget the later
Diffstat (limited to 'dev-perl/Mail-SpamAssassin/files')
-rw-r--r-- | dev-perl/Mail-SpamAssassin/files/spamd.init | 7 |
1 files changed, 3 insertions, 4 deletions
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: |