remove useless /etc/ppp/peers/sample file (forgot the Makefile change)
[openwrt.git] / openwrt / package / ppp / files / ifup.pppoe
index 4c42fa5..a038b34 100644 (file)
@@ -31,7 +31,7 @@ MTU=$(nvram get ppp_mtu)
 MTU=${MTU:-1492}
 
 ifconfig $IFNAME up
 MTU=${MTU:-1492}
 
 ifconfig $IFNAME up
-/usr/sbin/pppd nodetach \
+/usr/sbin/pppd \
        plugin rp-pppoe.so \
        connect /bin/true \
        usepeerdns \
        plugin rp-pppoe.so \
        connect /bin/true \
        usepeerdns \
This page took 0.025157 seconds and 4 git commands to generate.