Updated libpcap to 0.9.4, tcpdump to 3.9.4
[openwrt.git] / package / pptp / files / ifup.pptp
index eda78e4..fe04d97 100644 (file)
@@ -33,10 +33,10 @@ do_ifup $PPTP_PROTO $type
 
 # hack for some buggy ISPs
 NETMASK=$(nvram get ${type}_netmask)
-IFNAME=$(nvram get pptp_ifname)
+IFNAME=$(nvram get ${type}_device)
 [ -z "$NETMASK" -o -z "$IFNAME" ] || ifconfig $IFNAME netmask $NETMASK
 
-/usr/sbin/pppd nodetach \
+/usr/sbin/pppd \
        pty "/usr/sbin/pptp $IP --loglevel 0 --nolaunchpppd" \
        file /etc/ppp/options.pptp \
        connect /bin/true \
This page took 0.024772 seconds and 4 git commands to generate.