]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
systemd: Splitt package into base and units.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 21 Mar 2011 19:16:29 +0000 (20:16 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 21 Mar 2011 19:16:29 +0000 (20:16 +0100)
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.

pkgs/systemd/systemd.nm

index a47f231a55e9fda3faf5908bd9443c4564e1e5e4..f0185700ff1e9ff54c20b4e9ae0368fd1bef6c1d 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = systemd
 PKG_VER        = 20
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
 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 \