Blame SOURCES/0304-network-ifup.sh-let-dhcp-client-run-in-the-backgroun.patch

712866
From fb2d643a385f1b02fbac6c2782b0026029c6bde7 Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Tue, 18 Aug 2015 11:53:31 +0200
712866
Subject: [PATCH] network/ifup.sh: let dhcp client run in the background
712866
712866
we need to renew the lease
712866
---
712866
 modules.d/40network/ifup.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/modules.d/40network/ifup.sh b/modules.d/40network/ifup.sh
712866
index 2f51e6d..ab87578 100755
712866
--- a/modules.d/40network/ifup.sh
712866
+++ b/modules.d/40network/ifup.sh
712866
@@ -114,7 +114,7 @@ do_dhcp() {
712866
         info "Starting dhcp for interface $netif"
712866
         dhclient "$@" \
712866
                  ${_timeout:+-timeout $_timeout} \
712866
-                 -1 -q \
712866
+                 -q \
712866
                  -cf /etc/dhclient.conf \
712866
                  -pf /tmp/dhclient.$netif.pid \
712866
                  -lf /tmp/dhclient.$netif.lease \