PN: xen-tools PV: 4.17.0+gitAUTOINC+cae0db17ac PR: r0 PKGV: 4.17.0+git0+cae0db17ac PKGR: r0 LICENSE: GPLv2 DESCRIPTION: Tools and utility software for the Xen hypervisor SUMMARY: Xen hypervisor tools RDEPENDS_xen-tools-xencommons: bash virtual/xenstored xen-tools-console xen-tools-scripts-common xen-tools-xenstore xen-tools-xl SECTION: console/tools PKG_xen-tools-xencommons: xen-tools-xencommons FILES_xen-tools-xencommons: /etc/default/xencommons /etc/init.d/xencommons /etc/xen/scripts/launch-xenstore /lib/systemd/modules-load.d/xen.conf /lib/systemd/system/proc-xen.mount /lib/systemd/system/xenconsoled.service /lib/systemd/system/xen-init-dom0.service /lib/systemd/system/xenstored.service /lib/systemd/system/var-lib-xenstored.mount /lib/systemd/system-preset/98-xen-tools-xencommons.preset /lib/systemd/system/proc-xen.mount /lib/systemd/system/var-lib-xenstored.mount /lib/systemd/system/xenconsoled.service /lib/systemd/system/xen-init-dom0.service /lib/systemd/system/xenstored.service FILES_INFO: {"/etc/default/xencommons": 2923, "/etc/xen/scripts/launch-xenstore": 3284, "/lib/systemd/modules-load.d/xen.conf": 141, "/lib/systemd/system-preset/98-xen-tools-xencommons.preset": 134, "/lib/systemd/system/proc-xen.mount": 184, "/lib/systemd/system/var-lib-xenstored.mount": 232, "/lib/systemd/system/xen-init-dom0.service": 469, "/lib/systemd/system/xenconsoled.service": 650, "/lib/systemd/system/xenstored.service": 491} pkg_postinst_xen-tools-xencommons: #!/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 proc-xen.mount var-lib-xenstored.mount xenconsoled.service xen-init-dom0.service xenstored.service; 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 proc-xen.mount var-lib-xenstored.mount xenconsoled.service xen-init-dom0.service xenstored.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart proc-xen.mount var-lib-xenstored.mount xenconsoled.service xen-init-dom0.service xenstored.service\n\t\tfi\n\tfi\nfi\n pkg_prerm_xen-tools-xencommons: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop proc-xen.mount var-lib-xenstored.mount xenconsoled.service xen-init-dom0.service xenstored.service\n\n\t\tsystemctl disable proc-xen.mount var-lib-xenstored.mount xenconsoled.service xen-init-dom0.service xenstored.service\n\tfi\nfi\n FILERDEPENDSFLIST_xen-tools-xencommons: /etc/xen/scripts/launch-xenstore FILERDEPENDS_/etc/xen/scripts/launch-xenstore_xen-tools-xencommons: /bin/bash PKGSIZE_xen-tools-xencommons: 8508