tag 255222 + patch
thanks

Attached a trivial and completely untested patch for the change Thomas
Hood suggested (mainly so I can tag the bug patch to make it shows up as
having a suggested solution already).

This patch is against the ifupdown.nw file in ifupdown 0.7~alpha3
(experimental). A friendly reminder: don't forget to update the
generated files by running noweb ifupdown.nw after applying it!

-- 
Regards,
Andreas Henriksson
--- ifupdown-0.7~alpha3/ifupdown.nw.orig	2007-12-26 22:58:40.000000000 +0100
+++ ifupdown-0.7~alpha3/ifupdown.nw	2007-12-26 22:59:00.000000000 +0100
@@ -4201,10 +4201,10 @@
     provider name  -- Use /name/ as the provider (from /etc/ppp/peers).
   up
     /sbin/start-stop-daemon --start -x /usr/bin/wvdial \
-                      -p /var/run/wvdial.%iface% -b -m -- [[ %provider% ]]
+                      -p /var/run/wvdial.%iface%.pid -b -m -- [[ %provider% ]]
   down
     /sbin/start-stop-daemon --stop -x /usr/bin/wvdial \
-                      -p /var/run/wvdial.%iface% -s 2
+                      -p /var/run/wvdial.%iface%.pid -s 2
 @
 
 

Reply via email to