# $Id$ PNAME="clustersystem" PVER="0.9.2" PBUILD="r1" PKGTYPE="virtual" PCAT="fake" DESCRIPTION="ALX Server Pakages based on kernel-2.6 layout with cluster features enabled" HOMEPAGE="http://www.magellan-linux.net" DEPEND=">= fake/serversystem-0.9 >= sys-fs/drbd-utils-9 >= net-misc/keepalived-2" sminclude alx systemd src_install() { echo echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}." echo "No Package will be build." echo } postinstall() { # enable required services mstartunit crond mstartunit dropbear mstartunit apache2 mstartunit mariadb # disable services controlled by keepalived mstopunit tftpd.service mstopunit tftpd.socket mstopunit mcore-controld mstopunit mcore-pxeconfig.service mstopunit mcore-pxeconfig.timer # enable keepalive mstartunit keepalived }