* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 324fc6cfd0bb039abea43734ba6a274b6419d3ec
@ 2012-04-28 12:34 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-04-28 12:34 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2511 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 324fc6cfd0bb039abea43734ba6a274b6419d3ec (commit)
via f64d66df7019ae1e021e8fbced7281b3d7f72088 (commit)
from 8bb5e0ba399f5b565b38facdc832ff16fea9ac31 (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 324fc6cfd0bb039abea43734ba6a274b6419d3ec
Merge: 8bb5e0b f64d66d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 28 14:34:25 2012 +0200
Merge remote-tracking branch 'stevee/dhclient'
commit f64d66df7019ae1e021e8fbced7281b3d7f72088
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri Apr 27 20:41:22 2012 +0200
dhcp: Add systemd file for dhclient.
-----------------------------------------------------------------------
Summary of changes:
dhcp/dhcp.nm | 2 +-
.../systemd/dhclient(a).service | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
copy hostapd/systemd/hostapd(a).service => dhcp/systemd/dhclient(a).service (75%)
Difference in files:
diff --git a/dhcp/dhcp.nm b/dhcp/dhcp.nm
index 507891a..246ad17 100644
--- a/dhcp/dhcp.nm
+++ b/dhcp/dhcp.nm
@@ -5,7 +5,7 @@
name = dhcp
version = 4.2.2
-release = 1
+release = 2
groups = Networking/Daemons
url = http://isc.org/products/DHCP/
diff --git a/dhcp/systemd/dhclient(a).service b/dhcp/systemd/dhclient(a).service
new file mode 100644
index 0000000..c3afc93
--- /dev/null
+++ b/dhcp/systemd/dhclient(a).service
@@ -0,0 +1,17 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+[Unit]
+Description=dhclient on %I
+BindTo=dev-%I.device
+After=dev-%I.device network.service
+Requires=network.service
+
+[Service]
+ExecStart=/usr/sbin/dhclient %I
+UtmpIdentifier=%I
+KillMode=process
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-28 12:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28 12:34 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 324fc6cfd0bb039abea43734ba6a274b6419d3ec git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox