diff options
author | 2003-02-02 10:50:38 +0000 | |
---|---|---|
committer | 2003-02-02 10:50:38 +0000 | |
commit | 4b0784603f0da052a812bf8dd11ee099711a8305 (patch) | |
tree | c51429a95c657cce8fc94f7568827732882b0fc4 /net-mail | |
parent | removed xfree-4.2.99.x from mask -- will be permanently ~arch masked (diff) | |
download | gentoo-2-4b0784603f0da052a812bf8dd11ee099711a8305.tar.gz gentoo-2-4b0784603f0da052a812bf8dd11ee099711a8305.tar.bz2 gentoo-2-4b0784603f0da052a812bf8dd11ee099711a8305.zip |
fixed install
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cmd5checkpw/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild | 6 | ||||
-rw-r--r-- | net-mail/cmd5checkpw/files/poppasswd | 3 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-mail/cmd5checkpw/ChangeLog b/net-mail/cmd5checkpw/ChangeLog index f434d2d39fcc..9785fb77db5e 100644 --- a/net-mail/cmd5checkpw/ChangeLog +++ b/net-mail/cmd5checkpw/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for net-mail/cmd5checkpw # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.1 2003/02/01 06:14:25 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.2 2003/02/02 10:50:38 raker Exp $ *cmd5checkpw-0.22 (01 Feb 2003) + 02 Feb 2003; Nick Hadaway <raker@gentoo.org> cmd5checkpw-0.22.ebuild, + files/poppasswd : + Fixed the installation problems and added an example /etc/poppasswd + 01 Feb 2003; Nick Hadaway <raker@gentoo.org> cmd5checkpw-0.22.ebuild, files/digest-cmd5checkpw-0.22 : New ebuild for support of a fully featured smtp auth in qmail. + diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild index 44f8b2ae343d..a096ce43f20a 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild,v 1.1 2003/02/01 06:14:25 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.22.ebuild,v 1.2 2003/02/02 10:50:38 raker Exp $ DESCRIPTION="A checkpassword compatible authentication program that used CRAM-MD5 authentication mode." HOMEPAGE="http://members.elysium.pl/brush/cmd5checkpw/" @@ -33,9 +33,11 @@ src_compile() { } src_install() { + dodir /etc /bin /usr/share/man/man8 + cp ${FILESDIR}/poppasswd ${D}/etc make install chown cmd5checkpw ${D}/etc/poppasswd chmod 400 ${D}/etc/poppasswd chown cmd5checkpw ${D}/bin/cmd5checkpw - chmod a+s ${D}/etc/cmd5checkpw + chmod a+s ${D}/bin/cmd5checkpw } diff --git a/net-mail/cmd5checkpw/files/poppasswd b/net-mail/cmd5checkpw/files/poppasswd new file mode 100644 index 000000000000..8fc1d4275ecd --- /dev/null +++ b/net-mail/cmd5checkpw/files/poppasswd @@ -0,0 +1,3 @@ +# Format of this file is one user:pass per line +# Like so... +# joedogger:sm311yf33t |