diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 22:17:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-09 22:17:56 +0000 |
commit | 0a08afc4b31339125bd768f9c500dc4dd09e4963 (patch) | |
tree | f9e9fd0e22931d7ffbe7d18ab27dfe0f57809f97 /net-ftp/pure-ftpd | |
parent | Fix use invocation, trusting SpanKY to clean up yesno ;-) (diff) | |
download | historical-0a08afc4b31339125bd768f9c500dc4dd09e4963.tar.gz historical-0a08afc4b31339125bd768f9c500dc4dd09e4963.tar.bz2 historical-0a08afc4b31339125bd768f9c500dc4dd09e4963.zip |
Add die following econf for bug 48950
Diffstat (limited to 'net-ftp/pure-ftpd')
-rw-r--r-- | net-ftp/pure-ftpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/net-ftp/pure-ftpd/ChangeLog b/net-ftp/pure-ftpd/ChangeLog index b71d2c7cbaf6..3924a831db3d 100644 --- a/net-ftp/pure-ftpd/ChangeLog +++ b/net-ftp/pure-ftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/pure-ftpd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.26 2004/04/26 04:44:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/ChangeLog,v 1.27 2004/06/09 22:17:56 agriffis Exp $ + + 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.16b.ebuild, + pure-ftpd-1.0.16c.ebuild, pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18.ebuild: + Fix use invocation 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pure-ftpd-1.0.16b.ebuild, pure-ftpd-1.0.16c.ebuild, pure-ftpd-1.0.17a.ebuild, pure-ftpd-1.0.18.ebuild: diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild index d8ce9cf13574..f6f9b5fea567 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.4 2004/04/26 04:44:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16b.ebuild,v 1.5 2004/06/09 22:17:56 agriffis Exp $ IUSE="pam mysql postgres ldap ssl" @@ -58,7 +58,7 @@ src_install() { insinto /etc/xinetd.d newins ${FILESDIR}/pure-ftpd.xinetd pure-ftpd - if [ `use ldap` ]; then + if use ldap; then dodir /etc/openldap/schema insinto /etc/openldap/schema doins pureftpd.schema diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild index 2be2c7c8f917..58fd2af84694 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild,v 1.3 2004/04/26 04:44:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.16c.ebuild,v 1.4 2004/06/09 22:17:56 agriffis Exp $ IUSE="pam mysql postgres ldap ssl" @@ -58,7 +58,7 @@ src_install() { insinto /etc/xinetd.d newins ${FILESDIR}/pure-ftpd.xinetd pure-ftpd - if [ `use ldap` ]; then + if use ldap; then dodir /etc/openldap/schema insinto /etc/openldap/schema doins pureftpd.schema diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild index de4c3aa834a3..9fa0a5eb19f7 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild,v 1.3 2004/04/26 04:44:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.17a.ebuild,v 1.4 2004/06/09 22:17:56 agriffis Exp $ IUSE="pam mysql postgres ldap ssl" @@ -58,7 +58,7 @@ src_install() { insinto /etc/xinetd.d newins ${FILESDIR}/pure-ftpd.xinetd pure-ftpd - if [ `use ldap` ]; then + if use ldap; then dodir /etc/openldap/schema insinto /etc/openldap/schema doins pureftpd.schema diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild index ca9d42cd3628..4a828ca39420 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild,v 1.4 2004/04/26 04:44:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.18.ebuild,v 1.5 2004/06/09 22:17:56 agriffis Exp $ IUSE="pam mysql postgres ldap ssl" @@ -61,7 +61,7 @@ src_install() { insinto /etc/xinetd.d newins ${FILESDIR}/pure-ftpd.xinetd pure-ftpd - if [ `use ldap` ]; then + if use ldap; then dodir /etc/openldap/schema insinto /etc/openldap/schema doins pureftpd.schema |