remove nodetach from ppp init scripts
[openwrt-10.03/.git] / package / pptp / files / ifup.pptp
index eda78e44029786329020c925358ff76a010093ca..c8a1a5eee81d64015d39396a3541b076f8ffb626 100644 (file)
@@ -36,7 +36,7 @@ NETMASK=$(nvram get ${type}_netmask)
 IFNAME=$(nvram get pptp_ifname)
 [ -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 \