Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941284 - net-firewall/firewalld-2.2.1-r1: wrong log path (/var/lib/log/firewalld) in logrotate config
Summary: net-firewall/firewalld-2.2.1-r1: wrong log path (/var/lib/log/firewalld) in l...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-11 14:46 UTC by alex24
Modified: 2024-10-14 13:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (net-firewall:firewalld-2.2.1-r1:20241011-134945.log,53.52 KB, text/x-log)
2024-10-11 14:46 UTC, alex24
Details
emerge info (emerge-info.txt,5.80 KB, text/plain)
2024-10-11 15:00 UTC, alex24
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alex24 2024-10-11 14:46:13 UTC
Created attachment 905179 [details]
build log

There is '/var/lib/log/firewalld' path in logrotate config. It should be '/var/log/firewalld'.
Steps to reproduce:
1. Install net-firewall/firewalld
2. head -n 1 /etc/logrotate.d/firewalld
Comment 1 alex24 2024-10-11 15:00:34 UTC
Created attachment 905180 [details]
emerge info
Comment 2 alex24 2024-10-14 13:11:09 UTC
--localstatedir="${EPREFIX}"/var in myeconfargs variable in the ebuild fixes that.