This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 02914abf99a505671fc5307736dee886dba71886 (commit) from 447971562c313e5f0a18d7241af81729232aa8fb (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 02914abf99a505671fc5307736dee886dba71886 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 4 18:10:18 2011 +0200
systemd: Remove accidentially committed script.
This reverts commit 447971562c313e5f0a18d7241af81729232aa8fb.
-----------------------------------------------------------------------
Summary of changes: pkgs/systemd/systemd.nm | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-)
Difference in files: diff --git a/pkgs/systemd/systemd.nm b/pkgs/systemd/systemd.nm index 9e523de..bc24e14 100644 --- a/pkgs/systemd/systemd.nm +++ b/pkgs/systemd/systemd.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = systemd PKG_VER = 29 -PKG_REL = 3 +PKG_REL = 4
PKG_MAINTAINER = Stefan Schantl stefan.schantl@ipfire.org PKG_GROUPS = System/Base @@ -66,12 +66,6 @@ define PKG_FILES-systemd-units /usr/share/man/man1/systemctl.* endef
-PKG_PREREQUIRES-systemd += systemd-units - -define CONTROL_POSTIN - /bin/systemd-machine-id-setup > /dev/null 2>&1 - /bin/systemctl daemon-reexec > /dev/null 2>&1 -endef
CONFIGURE_OPTIONS += \ --sysconfdir=/etc \
hooks/post-receive -- IPFire 3.x development tree