PN: systemd-bootchart
PV: 235
PR: r0
PKGV: 235
PKGR: r0@EXTENDPRAUTO@
LICENSE: LGPL-2.1-only & GPL-2.0-only
DESCRIPTION: For systemd-bootchart, several proc debug interfaces are required in the kernel config:   CONFIG_SCHEDSTATS below is optional, for additional info:   CONFIG_SCHED_DEBUG
SUMMARY: Boot performance graphing tool
RDEPENDS:systemd-bootchart: glibc (>= 2.43+git0+e9517114ac) libsystemd (>= 259.5)
SECTION: base
PKG:systemd-bootchart: systemd-bootchart
FILES:systemd-bootchart: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/lib/udev /usr/lib/udev             /usr/share/systemd-bootchart /usr/lib/systemd-bootchart/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/lib/systemd/systemd-bootchart /usr/lib/systemd/system-preset/98-systemd-bootchart.preset /usr/lib/systemd/system/systemd-bootchart.service
FILES_INFO:systemd-bootchart: {"/etc/systemd/bootchart.conf": 720, "/usr/lib/systemd/system-preset/98-systemd-bootchart.preset": 33, "/usr/lib/systemd/system/systemd-bootchart.service": 654, "/usr/lib/systemd/systemd-bootchart": 117152}
pkg_postinst:systemd-bootchart: #!/bin/sh\nset -e\nif type 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 systemd-bootchart.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\n\t\tfor service in ; do\n\t\t\tsystemctl --global ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ] && systemctl >/dev/null 2>/dev/null; then\n\t\t# Reload only system service manager\n\t\t# --global for daemon-reload is not supported: https://github.com/systemd/systemd/issues/19284\n\t\tsystemctl daemon-reload\n\t\t[ -n "systemd-bootchart.service" ] && \\\n\t\t\tsystemctl preset systemd-bootchart.service\n\n\t\t[ -n "" ] && \\\n\t\t\tsystemctl --global preset \n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\t# --global flag for restart is not supported by systemd (see above)\n\t\t\t[ -n "systemd-bootchart.service" ] && \\\n\t\t\t\tsystemctl --no-block restart systemd-bootchart.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:systemd-bootchart: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ] && systemctl >/dev/null 2>/dev/null; then\n\t\tif [ -n "systemd-bootchart.service" ]; then\n\t\t\tsystemctl stop systemd-bootchart.service\n\t\t\tsystemctl disable systemd-bootchart.service\n\t\tfi\n\n\t\t# same as above, --global flag is not supported for stop so do disable only\n\t\tif [ -n "" ]; then\n\t\t\tsystemctl --global disable \n\t\tfi\n\tfi\nfi\n
FILERDEPENDSFLIST:systemd-bootchart: /usr/lib/systemd/systemd-bootchart
FILERDEPENDS:/usr/lib/systemd/systemd-bootchart:systemd-bootchart:  libsystemd.so.0(LIBSYSTEMD_209)(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.8)(64bit) libc.so.6(GLIBC_2.30)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libsystemd.so.0()(64bit) libc.so.6()(64bit) ld-linux-x86-64.so.2()(64bit) rtld(GNU_HASH)
PKGSIZE:systemd-bootchart: 118559
