| Summary: | [patch] www/awstats: fix path in awstats_updateall.pl | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vidar Karlsen <vidar> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | vidar | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(adamw) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Hardcoding /usr/local is wrong. It needs to be a REINPLACE_CMD (sed) to ${LOCALBASE}.
A commit references this bug: Author: adamw Date: Mon Sep 12 18:21:47 UTC 2016 New revision: 421948 URL: https://svnweb.freebsd.org/changeset/ports/421948 Log: Fix path to config file location in an ancillary script, bump PORTREVISION. PR: 212591 Submitted by: Vidar Karlsen Changes: head/www/awstats/Makefile Committed, thanks Vidar. I only recently took over this port, so if you find any other places where I missed the correct path please file another PR! |
Created attachment 174667 [details] Small fix The awstats_updateall.pl script looks for the awstats config files in /etc. I have attached a patch to make it look in /usr/local/etc instead.