Bug 80099 - wrong option causes proftpd always include pam
Summary: wrong option causes proftpd always include pam
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Haro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 14:10 UTC by Matus UHLAR - fantomas
Modified: 2005-04-20 01:25 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matus UHLAR - fantomas 2005-04-19 14:10:30 UTC
proftpd Makefile adds '--disable-pam' when user sets WITHOUT_PAM variable.
this option is not recognized by proftpd's configure script.
the correct option has to be --disable-auth-pam

Fix: 

change --disable-pam to --disable-auth-pam in Makefile
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-04-19 14:18:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

Over to maintainer.
Comment 2 Michael Haro freebsd_committer freebsd_triage 2005-04-20 01:24:59 UTC
State Changed
From-To: open->closed

Corrected.  Thanks for catching this.