summaryrefslogtreecommitdiffstats
path: root/package/ppp/files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 20:24:49 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 20:24:49 +0000
commite10a12ea4479295bcd6085340240796f65069b4a (patch)
treeab09968b48b6332f2a9c5aa2dfe41e0715d370cc /package/ppp/files
parent739baa664e2d216ae6df0de021999efcdc958d9d (diff)
remove connect line from pppoa start script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/files')
-rw-r--r--package/ppp/files/ifup.pppoa1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ppp/files/ifup.pppoa b/package/ppp/files/ifup.pppoa
index ee88e4b9e..dc08aa545 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 \