[oe-commits] Khem Raj : dhclient.service: Rearrange the cmdline for dhclient

git at git.openembedded.org git at git.openembedded.org
Wed Jan 9 10:13:11 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 3663fda08f06aef22097d415106078eb521b647e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3663fda08f06aef22097d415106078eb521b647e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Nov 20 15:07:19 2012 -0800

dhclient.service: Rearrange the cmdline for dhclient

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../dhcp/dhcp/dhclient.service                     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
index 76d64d5..c9620cf 100644
--- a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhclient.service
@@ -6,7 +6,7 @@ After=syslog.target network.target
 Type=forking
 PIDFile=/var/run/dhclient.pid
 EnvironmentFile=-/etc/default/dhcp-client
-ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q $INTERFACES -lf /var/lib/dhcp/dhclient.leases
+ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q -lf /var/lib/dhcp/dhclient.leases $INTERFACES
 
 [Install]
 WantedBy=multi-user.target





More information about the Openembedded-commits mailing list