Bug 207038 - www/tinyproxy: fix paths in /var/{run,log}
Summary: www/tinyproxy: fix paths in /var/{run,log}
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-02-08 23:18 UTC by Jimmy Olgeni
Modified: 2016-03-30 12:44 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Path fix (794 bytes, patch)
2016-02-08 23:18 UTC, Jimmy Olgeni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2016-02-08 23:18:13 UTC
Created attachment 166771 [details]
Path fix

Tinyproxy expects the /var/run/tinyproxy and /var/log/tinyproxy directories to exist, but they don't, and the process will exit when using the default configuration.

Also, the rc script expects to use the non-existing /var/run/tinyproxy.pid.

I made a tiny patch to remove the extra directory from both log and run.

portlint OK; poudriere OK with/without all options.
Comment 1 Jimmy Olgeni freebsd_committer freebsd_triage 2016-03-30 12:44:54 UTC
#204946 looks better to me.