mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
6ce28c406a
both Ubuntu and Debian put the logrotate script into ceph-common, to ensure that radosgw logs are rotated as well. to prevent duplicate logrotate scripts handling the same log files, and to minimize the delta between upstream and downstream packaging, sync this change back upstream. Fixes: http://tracker.ceph.com/issues/19938 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
rm_conffile /etc/logrotate.d/ceph.logrotate -- "$@"
|
|
rm_conffile /etc/logrotate.d/ceph -- "$@"
|