From nobody@FreeBSD.org  Sat Nov 17 15:59:53 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C430A16A4A0
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Nov 2007 15:59:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B4E2A13C469
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Nov 2007 15:59:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lAHFxGjG017392
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Nov 2007 15:59:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lAHFxGU9017391;
	Sat, 17 Nov 2007 15:59:16 GMT
	(envelope-from nobody)
Message-Id: <200711171559.lAHFxGU9017391@www.freebsd.org>
Date: Sat, 17 Nov 2007 15:59:16 GMT
From: nerVo <nervo@no-log.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in mod_authz_unixgroup
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: will@at.org

>Number:         118101
>Category:       ports
>Synopsis:       typo in www/mod_authz_unixgroup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 16:00:08 UTC 2007
>Closed-Date:    Sun Dec 16 12:47:40 UTC 2007
>Last-Modified:  Sun Dec 16 12:50:02 UTC 2007
>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@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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Nov 17 21:44:10 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118101 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sun Dec 16 12:34:39 UTC 2007 
State-Changed-Why:  
I have fixed this in 1.0_1 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118101 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118101: commit references a PR
Date: Sun, 16 Dec 2007 12:47:33 +0000 (UTC)

 pav         2007-12-16 12:47:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/mod_authz_unixgroup Makefile 
   Log:
   - Fix autoconfiguration of httpd.conf
   
   PR:             ports/118101
   Reported by:    nerVo <nervo@no-log.org>
   Approved by:    maintainer timeout (1 month)
   
   Revision  Changes    Path
   1.2       +2 -1      ports/www/mod_authz_unixgroup/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
