ports/118101: typo in mod_authz_unixgroup

nerVo nervo at no-log.org
Sat Nov 17 16:00:09 UTC 2007


>Number:         118101
>Category:       ports
>Synopsis:       typo in mod_authz_unixgroup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 16:00:08 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     nerVo
>Release:        6.2
>Organization:
nerVo
>Environment:
FreeBSD ###.#####.### 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
when installing mod_authz_unixgroup from ports, a line is automatically added to /usr/local/etc/apache22/httpd.conf :

LoadModule mod_authz_unixgroup_module libexec/apache22/mod_authz_unixgroup.so

There is a typo, the line should be :

LoadModule authz_unixgroup_module libexec/apache22/mod_authz_unixgroup.so

(remove "mod_" just after "LoadModule")
>How-To-Repeat:
install apache22
install mod_authz_unixgroup port
>Fix:
manually edit httpd.conf after installing mod_authz_unixgroup port, to fix the typo, or - better - fix the install script :)

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



More information about the freebsd-ports-bugs mailing list