From: nbd Date: Fri, 26 Aug 2005 20:24:49 +0000 (+0000) Subject: remove connect line from pppoa start script X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=e10a12ea4479295bcd6085340240796f65069b4a;p=openwrt.git remove connect line from pppoa start script git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa index ee88e4b9e9..dc08aa5452 100644 --- a/package/ppp/files/ifup.pppoa +++ b/package/ppp/files/ifup.pppoa @@ -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 \