net-mgmt/prometheus2: Fix a path in pkg-plist. Fix the following installation phase error: cp: /usr/local/etc/newsyslog.conf.d/prometheus.conf: No such file or directory It was caused by a relative path being specified in pkg-plist instead of an absolute one (a leading "/" was missing). PR:231548 Sponsored by: Bally Wulff Games & Entertainment GmbH
Details
Details
- Reviewers
krion mat - Commits
- rP480310: net-mgmt/prometheus2: Fix a path in pkg-plist.
poudriere testport: ok
portlint: ok
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks, fixing that path is fine.
This issue was introduced by a FreeBSD port committer adjusting one of my previous patches :(
head/net-mgmt/prometheus2/pkg-plist | ||
---|---|---|
3–4 | The fix is reversed. It should be etc, /etc is completely. |