Bug 75892

Summary: www/mod_auth_pam2 sets up httpd.conf LoadModule lines wrongly
Product: Ports & Packages Reporter: lewiz <purple>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description lewiz 2005-01-06 19:30:24 UTC
www/mod_auth_pam2 creates:

LoadModule auth_pam_module    libexec/apache2/mod_auth_pam.so
LoadModule auth_pam_module    libexec/apache2/mod_auth_sys_group.so

in the httpd.conf file when the second line should be:

LoadModule auth_sys_group_module libexec/apache2/mod_auth_sys_group.so

Unfortunately I can't figure out how this goes on and can't fix it
myself.

How-To-Repeat: Installs mod_auth_pam2
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2005-01-06 19:34:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer(s).
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-01-17 21:33:45 UTC
State Changed
From-To: open->closed

A fix has been committed, thanks for the report.