diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:20:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:20:50 +0000 |
commit | 99e959a317a959b2e9581bf3cd4f64e42abe9aeb (patch) | |
tree | 8976e6df26c9126a30ecd906db50950762c6a08a /net-mail/courier-imap/files | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.tar.gz gentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.tar.bz2 gentoo-2-99e959a317a959b2e9581bf3cd4f64e42abe9aeb.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-mail/courier-imap/files')
-rw-r--r-- | net-mail/courier-imap/files/authdaemond.conf | 6 | ||||
-rw-r--r-- | net-mail/courier-imap/files/authdaemond.rc6 | 8 | ||||
-rw-r--r-- | net-mail/courier-imap/files/courier-imapd-ssl.rc6 | 6 | ||||
-rw-r--r-- | net-mail/courier-imap/files/courier-imapd.rc6 | 6 | ||||
-rw-r--r-- | net-mail/courier-imap/files/courier-pop3d-ssl.rc6 | 6 | ||||
-rw-r--r-- | net-mail/courier-imap/files/courier-pop3d.rc6 | 6 |
6 files changed, 18 insertions, 20 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 |