Page MenuHomeFreeBSD

net-mgmt/prometheus2: Fix a path in pkg-plist.
ClosedPublic

Authored by 0mp on Sep 21 2018, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 1:12 PM
Unknown Object (File)
Thu, May 14, 10:41 PM
Unknown Object (File)
Thu, May 14, 6:26 PM
Unknown Object (File)
May 11 2026, 7:31 PM
Unknown Object (File)
May 6 2026, 3:06 AM
Unknown Object (File)
Apr 18 2026, 8:40 AM
Unknown Object (File)
Apr 16 2026, 1:16 PM
Unknown Object (File)
Apr 10 2026, 1:08 PM
Subscribers

Details

Summary
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
Test Plan

poudriere testport: ok
portlint: ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19726
Build 19289: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 21 2018, 3:53 PM

@krion, thanks.

I think I'll wait for the maintainer to get their approval as well.

Thanks, fixing that path is fine.

This issue was introduced by a FreeBSD port committer adjusting one of my previous patches :(

This revision was automatically updated to reflect the committed changes.
head/net-mgmt/prometheus2/pkg-plist
3โ€“4 โ†—(On Diff #48329)

The fix is reversed. It should be etc, /etc is completely.