remove connect line from pppoa start script
authorFelix Fietkau <nbd@openwrt.org>
Fri, 26 Aug 2005 20:24:49 +0000 (20:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 26 Aug 2005 20:24:49 +0000 (20:24 +0000)
SVN-Revision: 1757

openwrt/package/ppp/files/ifup.pppoa

index ee88e4b9e9210cbe20eb4a443d4a9964dc569bed..dc08aa54523f80bc40f59b68337ad6b58afb06af 100644 (file)
@@ -30,7 +30,6 @@ while :; do
   ifconfig $IFNAME up
   /usr/sbin/pppd nodetach \
        plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
-       connect /bin/true \
        usepeerdns \
        defaultroute \
        linkname $type \