Actions
Bug #2872
closedlogrotate.d/rudder is not considered as a config file for Debian
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
It seems /etc/logrotate.d/rudder is not considered as a config file for Debian although it is the case for the RPM:
In rudder-server-root/SPECS/rudder-server-root.spec:
%config(noreplace,missingok) %{_sysconfdir}/logrotate.d/rudder
Updated by Nicolas PERRON about 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:489d5de9c3ae535099bf67731c3365ffc1dff257.
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Pending technical review to Released
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Released to Pending technical review
This was not correct, the file installed is /etc/logrotate.d/rudder-server-root, not /etc/logrotate.d/rudder. Fixing.
Nicolas, please review this commit.
Updated by Nicolas PERRON about 12 years ago
Jonathan CLARKE wrote:
This was not correct, the file installed is /etc/logrotate.d/rudder-server-root, not /etc/logrotate.d/rudder. Fixing.
Nicolas, please review this commit.
You're right, I was confused by seeing the both of them and chosen the wrong one. This commit is good for me.
Updated by Jonathan CLARKE about 12 years ago
- Status changed from Pending technical review to Released
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions