ports/110742: [Maintainer Update] ftp/proftpd - Add configure arg.

Beech Rintoul beech at alaskaparadise.com
Sat Mar 24 02:00:12 UTC 2007


>Number:         110742
>Category:       ports
>Synopsis:       [Maintainer Update] ftp/proftpd - Add configure arg.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 02:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #110: Tue Mar 20 14:19:10 AKDT 2007
    root at stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Added configure arg. --enable-builtin-getnameinfo to address problem reported in ports/110739


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile
--- /usr/ports/ftp/proftpd.orig/Makefile	Mon Mar  5 15:54:39 2007
+++ /usr/ports/ftp/proftpd/Makefile	Fri Mar 23 17:32:20 2007
@@ -39,7 +39,8 @@
 
 CONFIGURE_ARGS=	--localstatedir=/var/run \
 		--sysconfdir=${EXAMPLESDIR}/etc \
-		--disable-sendfile
+		--disable-sendfile	\
+		--enable-builtin-getnameinfo
 
 OPTIONS=	IPV6 "Use IPv6" off \
 		LDAP "Use LDAP" off \
diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/files/pkg-message.in /usr/ports/ftp/proftpd/files/pkg-message.in
--- /usr/ports/ftp/proftpd.orig/files/pkg-message.in	Wed Dec 31 14:00:00 1969
+++ /usr/ports/ftp/proftpd/files/pkg-message.in	Wed Feb 28 13:17:18 2007
@@ -0,0 +1,10 @@
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+Make sure you have the following lines in your PAM configuration file
+so that ProFTPd's PAM module can authenticate users correctly.
+
+ftpd auth    required    pam_unix.so         try_first_pass
+ftpd account required    pam_unix.so         try_first_pass
+ftpd session required    pam_permit.so
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list