Eric seems to have missed to CC the bug report when he sent in his
patch, making it only available if you choose "full text" of the message
to control which set the patch tag.

Anyway, to make it easy to access Erics patch I've attached it to this
mail so it shows up in the actual bug report.


-- 
Regards,
Andreas Henriksson
--- ifupdown.nw.old	2005-11-13 00:21:11.000000000 +0100
+++ ifupdown.nw	2005-12-03 01:08:27.000000000 +0100
@@ -3940,7 +3940,7 @@
         elsif (execable("/sbin/dhclient"))
     pump -i %iface% -r \
         elsif (execable("/sbin/pump") && mylinuxver() >= mylinux(2,1,100))
-    cat /var/run/udhcpc.%iface%.pid | xargs -i kill -TERM {} \
+    kill -USR2 `cat /var/run/udhcpc.%iface%.pid`;kill -TERM `cat /var/run/udhcpc.%iface%.pid` \
         elsif (execable("/sbin/udhcpc"))
     dhcpcd -k %iface% \
         elsif (execable("/sbin/dhcpcd"))

Reply via email to