1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

remove nodetach from ppp init scripts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2534 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-11-19 14:07:54 +00:00
parent 680764b28f
commit 1b02e2c32c
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ esac
MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1500}
/usr/sbin/pppd nodetach \
/usr/sbin/pppd \
plugin pppoatm.so ${VPI:-8}.${VCI:-35} \
usepeerdns \
defaultroute \

View File

@@ -31,7 +31,7 @@ MTU=$(nvram get ppp_mtu)
MTU=${MTU:-1492}
ifconfig $IFNAME up
/usr/sbin/pppd nodetach \
/usr/sbin/pppd \
plugin rp-pppoe.so \
connect /bin/true \
usepeerdns \