Bug 118101 - typo in www/mod_authz_unixgroup
Summary: typo in www/mod_authz_unixgroup
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-17 16:00 UTC by nerVo
Modified: 2007-12-16 12:50 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 nerVo 2007-11-17 16:00:08 UTC
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")

Fix: 

manually edit httpd.conf after installing mod_authz_unixgroup port, to fix the typo, or - better - fix the install script :)
How-To-Repeat: install apache22
install mod_authz_unixgroup port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-17 21:44:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-16 12:34:39 UTC
State Changed
From-To: feedback->closed

I have fixed this in 1.0_1
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-16 12:47:33 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"