summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/Manifest10
-rw-r--r--net-ftp/proftpd/proftpd-1.2.5-r1.ebuild8
-rw-r--r--net-ftp/proftpd/proftpd-1.2.7.ebuild12
-rw-r--r--net-ftp/proftpd/proftpd-1.2.8.ebuild12
-rw-r--r--net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild14
5 files changed, 28 insertions, 28 deletions
diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index f7fc036509e1..0b16921b8436 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -1,13 +1,13 @@
MD5 9354b97393f46d3f0a0f5c576b664889 ChangeLog 5255
-MD5 d5cf67873286bdee0ce6f388674f35a9 proftpd-1.2.5-r1.ebuild 2522
-MD5 6f8fd8a98f1c0ffdc337fb781b83a57d proftpd-1.2.7.ebuild 3674
-MD5 5d84316327beb904eb6d99c110b9d945 proftpd-1.2.8.ebuild 2736
-MD5 2ea12460eea1ce24bd533b014ac30a55 proftpd-1.2.9_rc1.ebuild 2913
+MD5 ccf23aa8a61e2d8f995108613b86de12 proftpd-1.2.5-r1.ebuild 2521
+MD5 bef00204f7097fbe4c9cc00c6f638e93 proftpd-1.2.7.ebuild 3670
+MD5 51ec144b10cfa11179ca02140ec2b717 proftpd-1.2.8.ebuild 2731
+MD5 ed644dbda898814d27dbf3b8b8775fef proftpd-1.2.9_rc1.ebuild 2911
MD5 6236a589ef01778d118911281b20be51 files/digest-proftpd-1.2.5-r1 66
MD5 c1dc1d9278d5b77f53ea44ee848dafc6 files/digest-proftpd-1.2.7 211
MD5 cb6cd6133728449d0da092b1d6147b9d files/digest-proftpd-1.2.8 66
-MD5 2cb8d1fb115bf19c162c4b6510f98bca files/digest-proftpd-1.2.9_rc1 69
MD5 0cf02f8c82f22e714b8299e7b7907d8f files/mod_sql_postgres.c.patch 275
MD5 b338504ed873219e368abab7df6c276d files/proftpd.conf 1704
MD5 305b9ec34f3caa3722cf5a7dc1a59880 files/proftpd.rc6 743
MD5 313cde04e0ea4cd747e6b905e6c982b4 files/proftpd.xinetd 302
+MD5 2cb8d1fb115bf19c162c4b6510f98bca files/digest-proftpd-1.2.9_rc1 69
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
diff --git a/net-ftp/proftpd/proftpd-1.2.7.ebuild b/net-ftp/proftpd/proftpd-1.2.7.ebuild
index 33ee339a0816..33e8b8cd6043 100644
--- a/net-ftp/proftpd/proftpd-1.2.7.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.7.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.7.ebuild,v 1.8 2003/04/17 17:17:32 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.7.ebuild,v 1.9 2003/09/07 00:12:23 msterret Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -42,7 +42,7 @@ src_unpack() {
unpack proftpd-mod-wrap-${WRAP_VER}.tar.gz
cp mod_wrap/mod_wrap.c modules
fi
-}
+}
src_compile() {
@@ -53,11 +53,11 @@ src_compile() {
use pam && modules="${modules}:mod_pam"
use tcpd && modules="${modules}:mod_wrap"
- if use ldap; then
+ if use ldap; then
einfo ldap
modules="${modules}:mod_ldap"
export LDFLAGS="-lresolv"
- fi
+ fi
if use ssl; then
einfo ssl
@@ -129,7 +129,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
@@ -143,7 +143,7 @@ pkg_postinst() {
groupadd proftpd &>/dev/null
id proftpd &>/dev/null || \
useradd -g proftpd -d /home/ftp -s /bin/false proftpd
- einfo
+ einfo
einfo 'You can find the config files in /etc/proftpd'
einfo
}
diff --git a/net-ftp/proftpd/proftpd-1.2.8.ebuild b/net-ftp/proftpd/proftpd-1.2.8.ebuild
index 2dedbc8af6e6..09c69d17db24 100644
--- a/net-ftp/proftpd/proftpd-1.2.8.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.8.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.8.ebuild,v 1.6 2003/07/16 14:18:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.8.ebuild,v 1.7 2003/09/07 00:12:23 msterret Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -25,7 +25,7 @@ DEPEND="net-libs/libpcap
src_unpack() {
unpack ${MY_P}.tar.bz2
cd ${S}
-}
+}
src_compile() {
@@ -35,11 +35,11 @@ src_compile() {
use pam && modules="${modules}:mod_auth_pam"
use tcpd && modules="${modules}:mod_wrap"
- if use ldap; then
+ if use ldap; then
einfo ldap
modules="${modules}:mod_ldap"
export LDFLAGS="-lresolv"
- fi
+ fi
if use ssl; then
einfo ssl
@@ -95,7 +95,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
@@ -109,7 +109,7 @@ pkg_postinst() {
groupadd proftpd &>/dev/null
id proftpd &>/dev/null || \
useradd -g proftpd -d /home/ftp -s /bin/false proftpd
- einfo
+ einfo
einfo 'You can find the config files in /etc/proftpd'
einfo
}
diff --git a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild b/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild
index 793bdc9b5ecc..28af8b44dc87 100644
--- a/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.9_rc1.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.9_rc1.ebuild,v 1.5 2003/06/25 18:44:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc1.ebuild,v 1.6 2003/09/07 00:12:23 msterret Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -25,7 +25,7 @@ DEPEND="net-libs/libpcap
src_unpack() {
unpack ${MY_P}.tar.bz2
cd ${S}
-}
+}
src_compile() {
@@ -35,11 +35,11 @@ src_compile() {
use pam && modules="${modules}:mod_auth_pam"
use tcpd && modules="${modules}:mod_wrap"
- if use ldap; then
+ if use ldap; then
einfo ldap
modules="${modules}:mod_ldap"
export LDFLAGS="-lresolv"
- fi
+ fi
if use ssl; then
einfo ssl
@@ -59,7 +59,7 @@ src_compile() {
# New modules for 1.2.9
# Not sure how these should be enabled yet as no use variables
# apply currently. Uncomment if you want to use them though.
- # -raker 06/16/2003
+ # -raker 06/16/2003
#
# modules="${modules}:mod_ifsession"
# modules="${modules}:mod_radius"
@@ -99,7 +99,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
@@ -113,7 +113,7 @@ pkg_postinst() {
groupadd proftpd &>/dev/null
id proftpd &>/dev/null || \
useradd -g proftpd -d /home/ftp -s /bin/false proftpd
- einfo
+ einfo
einfo 'You can find the config files in /etc/proftpd'
einfo
}