diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 20:24:49 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-26 20:24:49 +0000 |
| commit | c7e0ec0faa617b37e6910061fd61c5d5a39670bf (patch) | |
| tree | f86fbf540d87fc0f24cc01edef9b2cf3291cb901 | |
| parent | 41de0f81f91f5765debda35e8097e50eaf1a5b46 (diff) | |
| download | upstream-c7e0ec0faa617b37e6910061fd61c5d5a39670bf.tar.gz upstream-c7e0ec0faa617b37e6910061fd61c5d5a39670bf.tar.bz2 upstream-c7e0ec0faa617b37e6910061fd61c5d5a39670bf.zip | |
remove connect line from pppoa start script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1757 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 ee88e4b9e92..dc08aa54523 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 \ |
