Bug 123573 - [Maintainer] www/squid: correct handling of the default cachemgr.cgi configuration file
Summary: [Maintainer] www/squid: correct handling of the default cachemgr.cgi configur...
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-10 18:20 UTC by Thomas-Martin Seck
Modified: 2008-05-16 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.12 KB, patch)
2008-05-10 18:20 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2008-05-10 18:20:00 UTC
- Fix a mistake I (the maintainer) had introduced regarding the
  installation of the cachemgr.conf.default file: instead of explicitly
  installing it I thought it would be enough to change an automake
  variable that served an entirely different purpose, namely
  hardcoding the path to the configuration in the cachemgr.cgi
  binary.
- While at it: remove a no longer needed .sh reference from
  files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
  configuration file has changed within cachemgr.cgi.

Fix: Apply this patch:
How-To-Repeat: Install www/squid, look at the installation message and run
'grep -a cachemgr.conf' on libexec/squid/cachemgr.cgi.
	<code/input/activities to reproduce the problem (multiple
	lines)>
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-05-14 19:01:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-16 13:27:27 UTC
miwi        2008-05-16 12:27:17 UTC

  FreeBSD ports repository

  Modified files:
    www/squid            Makefile 
    www/squid/files      patch-tools-Makefile.in pkg-message.in 
  Log:
  - Fix a mistake I (the maintainer) had introduced regarding the
  installation of the cachemgr.conf.default file: instead of explicitly
  installing it I thought it would be enough to change an automake
  variable that served an entirely different purpose, namely
  hardcoding the path to the configuration in the cachemgr.cgi
  binary.
  - While at it: remove a no longer needed .sh reference from
  files/pkg-message.in.
  - Set PORTREVISION to 1 because the hardcoded name of the default
  configuration file has changed within cachemgr.cgi.
  
  PR:             123573
  Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
  
  Revision  Changes    Path
  1.211     +1 -0      ports/www/squid/Makefile
  1.2       +10 -10    ports/www/squid/files/patch-tools-Makefile.in
  1.5       +1 -1      ports/www/squid/files/pkg-message.in
_______________________________________________
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-05-16 13:27:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!