From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0111cbc98d5626c49829149a2a923706adda9163 Date: Thu, 07 Jun 2012 14:19:06 +0200 Message-ID: <20120607121906.C5C7220166@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5016024152654148345==" List-Id: --===============5016024152654148345== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 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 --===============5016024152654148345==--