summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.5-r1.ebuild')
-rw-r--r--net-ftp/proftpd/proftpd-1.2.5-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
index 3e7cfdfe54bc..a1bc579a8476 100644
--- a/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.12 2003/02/13 14:05:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.5-r1.ebuild,v 1.13 2003/09/07 00:12:23 msterret Exp $
IUSE="ldap pam postgres mysql"
@@ -22,7 +22,7 @@ DEPEND="net-libs/libpcap
src_unpack() {
#Fix bug #3791
-
+
unpack ${P}.tar.bz2
cd ${WORKDIR}/${P}
patch contrib/mod_sql_postgres.c < ${FILESDIR}/mod_sql_postgres.c.patch || die "config patch failed"
@@ -58,7 +58,7 @@ src_compile() {
}
src_install() {
-
+
#Note rundir needs to be specified to avoid sanbox violation
#on initial install. See Make.rules
einstall \
@@ -86,7 +86,7 @@ src_install() {
newins ${FILESDIR}/proftpd.conf proftpd.conf.sample
if [ "`use pam`" ] ; then
- insinto /etc/pam.d
+ insinto /etc/pam.d
newins ${S}/contrib/dist/rpm/ftp.pamd ftp
fi