From: Felix Fietkau Date: Fri, 26 Aug 2005 20:24:49 +0000 (+0000) Subject: remove connect line from pppoa start script X-Git-Tag: reboot~32149 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dcacae5d61dbb19ce93250782d77e6b08869b96e;p=oweals%2Fopenwrt.git remove connect line from pppoa start script SVN-Revision: 1757 --- diff --git a/openwrt/package/ppp/files/ifup.pppoa b/openwrt/package/ppp/files/ifup.pppoa index ee88e4b9e9..dc08aa5452 100644 --- a/openwrt/package/ppp/files/ifup.pppoa +++ b/openwrt/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 \