diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 20:24:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 20:24:49 +0000 |
commit | 8cecd99d4a179c37aa4b841667524054392ebaad (patch) | |
tree | f86fbf540d87fc0f24cc01edef9b2cf3291cb901 /openwrt/package | |
parent | f5514f19947c39a7648ec1ce87d1049e9b3287e1 (diff) |
remove connect line from pppoa start script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/ppp/files/ifup.pppoa | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |