public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0111cbc98d5626c49829149a2a923706adda9163
@ 2012-06-07 12:19 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-06-07 12:19 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1890 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-07 12:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-07 12:19 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0111cbc98d5626c49829149a2a923706adda9163 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox