From: Stefan Schantl Date: Mon, 21 Mar 2011 19:16:29 +0000 (+0100) Subject: systemd: Splitt package into base and units. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb154f633c1027da71c9add11c78554e43f29e1;p=ipfire-3.x.git systemd: Splitt package into base and units. TODO: * boot and shutdown a working system * replace /sbin/init with systemd - still use working upstart as possible backup * remove upstart and only use systemd as init system. Reference #149. --- diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index a47f231a5..f0185700f 100644 --- a/pkgs/systemd/systemd.nm +++ b/pkgs/systemd/systemd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = systemd PKG_VER = 20 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = Stefan Schantl PKG_GROUP = System/Base @@ -44,7 +44,23 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -PKG_PACKAGES += $(PKG_NAME)-devel +PKG_PACKAGES += $(PKG_NAME)-units $(PKG_NAME)-devel + +# Package information for systemd-units +PKG_SUMMARY-systemd-units = Configuration files, directories and installation tool for systemd. +PKG_DESCRIPTION-systemd-units = This package contains all needed configuration files, directories \ + and installation / configuration tool for systemd. + +define PKG_FILES-systemd-units + /etc/systemd/system + /etc/tmpfiles.d + /etc/bash_completion.d/systemctl-bash-completion.sh + /lib/systemd/system + /bin/systemctl + /bin/systemd-tmpfiles + /usr/share/man/man1/systemctl.* +endef + CONFIGURE_OPTIONS += \ --sysconfdir=/etc \