PN: systemd-compat-units PV: 1.0 PR: r29 PKGV: 1.0 PKGR: r29 LICENSE: MIT DESCRIPTION: Enhances systemd compatilibity with existing SysVinit scripts. SUMMARY: Enhances systemd compatilibity with existing SysVinit scripts RDEPENDS_systemd-compat-units: systemd SECTION: base PKG_systemd-compat-units: systemd-compat-units ALLOW_EMPTY_systemd-compat-units: 1 FILES_systemd-compat-units: /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/systemd-compat-units /usr/lib/systemd-compat-units/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers FILES_INFO: {} pkg_postinst_systemd-compat-units: set -e\n\n\tcd $D/etc/init.d || exit 0\n\n\techo "Disabling the following sysv scripts: "\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\telse\n\t\tOPTS=""\n\tfi\n\n\tfor i in busybox-udhcpc hwclock networking nfsserver nfscommon syslog.busybox ; do\n\t\tif [ -e $i -o -e $i.sh ] && ! [ -e $D/etc/systemd/system/$i.service -o -e $D/lib/systemd/system/$i.service ] ; then\n\t\t\techo -n "$i: "\n\t\t\tsystemctl $OPTS mask $i.service\n\t\tfi\n\tdone\n\techo\n PKGSIZE_systemd-compat-units: 0