public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20120607121906.C5C7220166@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2012-06-07 12:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120607121906.C5C7220166@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox