Bug 26303 - Wrong permission on Squid24's errors directory
Summary: Wrong permission on Squid24's errors directory
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: Adrian Chadd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-03 01:30 UTC by cvarda
Modified: 2003-01-31 08:29 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 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.