remove connect line from pppoa start script
SVN-Revision: 1757
This commit is contained in:
parent
69a0f7f70a
commit
dcacae5d61
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ while :; do
|
||||||
ifconfig $IFNAME up
|
ifconfig $IFNAME up
|
||||||
/usr/sbin/pppd nodetach \
|
/usr/sbin/pppd nodetach \
|
||||||
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
|
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
|
||||||
connect /bin/true \
|
|
||||||
usepeerdns \
|
usepeerdns \
|
||||||
defaultroute \
|
defaultroute \
|
||||||
linkname $type \
|
linkname $type \
|
||||||
|
|
Loading…
Reference in a new issue