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 0111cbc98d5626c49829149a2a923706adda9163 (commit) from c606030025a385661ba7faa2bf4e301aaff95b57 (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 0111cbc98d5626c49829149a2a923706adda9163 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jun 7 14:17:49 2012 +0200
dhcp: dhclient: Put unit file into right package.
Fixes #10144.
-----------------------------------------------------------------------
Summary of changes: dhcp/dhcp.nm | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-)
Difference in files: diff --git a/dhcp/dhcp.nm b/dhcp/dhcp.nm index f9667b2..c2db7d2 100644 --- a/dhcp/dhcp.nm +++ b/dhcp/dhcp.nm @@ -5,7 +5,7 @@
name = dhcp version = 4.2.2 -release = 3 +release = 4
groups = Networking/Daemons url = http://isc.org/products/DHCP/ @@ -66,6 +66,7 @@ build libtool openldap-devel libcap-ng-devel + systemd-units end
CFLAGS += \ @@ -179,11 +180,25 @@ packages end
files + %{unitdir}/dhclient*.service /sbin /usr/share/man/man5/dhclient* /usr/share/man/man8/dhclient* /var/lib/dhclient end + + script postin + systemctl daemon-reload >/dev/null 2>&1 || : + end + + script postun + systemctl daemon-reload >/dev/null 2>&1 || : + end + + script postup + systemctl daemon-reload >/dev/null 2>&1 || : + end + end
package %{name}-common
hooks/post-receive -- IPFire 3.x development tree