PN: logrotate
PV: 3.20.1
PR: r0
PKGV: 3.20.1
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-only
DESCRIPTION: The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files.
SUMMARY: Rotates, compresses, removes and mails system log files
RDEPENDS:logrotate: glibc (>= 2.36) libacl (>= 2.3.1) popt (>= 1.18)
SECTION: console/utils
PKG:logrotate: logrotate
FILES:logrotate: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/logrotate /usr/lib/logrotate/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /lib/systemd/system-preset/98-logrotate.preset /lib/systemd/system/logrotate.service /lib/systemd/system/logrotate.timer
CONFFILES:logrotate:  /var/lib/logrotate.status                     /etc/logrotate.conf                     /etc/logrotate.d/btmp                     /etc/logrotate.d/wtmp
FILES_INFO:logrotate: {"/etc/cron.daily/logrotate": 189, "/etc/logrotate.conf": 493, "/etc/logrotate.d/btmp": 130, "/etc/logrotate.d/wtmp": 145, "/lib/systemd/system-preset/98-logrotate.preset": 48, "/lib/systemd/system/logrotate.service": 870, "/lib/systemd/system/logrotate.timer": 192, "/usr/sbin/logrotate": 133184, "/var/lib/logrotate.status": 0}
pkg_postinst:logrotate: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in logrotate.service logrotate.timer; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset logrotate.service logrotate.timer\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart logrotate.service logrotate.timer\n\t\tfi\n\tfi\nfi\n
pkg_prerm:logrotate: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop logrotate.service logrotate.timer\n\n\t\tsystemctl disable logrotate.service logrotate.timer\n\tfi\nfi\n
FILERDEPENDSFLIST:logrotate: /etc/cron.daily/logrotate /usr/sbin/logrotate
FILERDEPENDS:/etc/cron.daily/logrotate:logrotate:  /bin/sh
FILERDEPENDS:/usr/sbin/logrotate:logrotate:  ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libacl.so.1(ACL_1.0)(64bit) libpopt.so.0(LIBPOPT_0)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.17)(64bit) libacl.so.1()(64bit) libpopt.so.0()(64bit) libc.so.6()(64bit) ld-linux-aarch64.so.1()(64bit) rtld(GNU_HASH)
PKGSIZE:logrotate: 135251
