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": 67012, "/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-armhf.so.3(GLIBC_2.4) libacl.so.1(ACL_1.0) libpopt.so.0(LIBPOPT_0) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.27) libc.so.6(GLIBC_2.8) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.17) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.6) libc.so.6(GLIBC_2.4) libacl.so.1 libpopt.so.0 libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
PKGSIZE:logrotate: 69079
