Bug 26303

Summary: Wrong permission on Squid24's errors directory
Product: Ports & Packages Reporter: cvarda <cvarda>
Component: Individual Port(s)Assignee: Adrian Chadd <adrian>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description cvarda 2001-04-03 01:30:01 UTC
When I've done make/make install in /usr/ports/www/squid24/, Permissions in /usr/local/etc/squid/errors where wrong. They need to have execute for anyone "r-x", and it was only "r--".

Fix: 

chmod 755 /usr/local/etc/squid/errors
How-To-Repeat: Doing make/make install in squid24 and try run it after doing standard configurations.
Comment 1 Michael Haro freebsd_committer freebsd_triage 2001-04-03 07:33:25 UTC
Responsible Changed
From-To: freebsd-ports->adrian

Over to maintainer
Comment 2 Adrian Chadd freebsd_committer freebsd_triage 2003-01-31 08:25:47 UTC
State Changed
From-To: open->closed


Committed a patch to explicitly make the directory during install.