[leaf-commits] src/bering-uclibc4/source/pppoesrv pppoesrv.init, 1.3, 1.4
Andrew <[email protected]> Fri, 12 Nov 2010 10:32:35 +0000
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/source/pppoesrv In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19311 Modified Files: pppoesrv.init Log Message: fixed start of multiple instances Index: pppoesrv.init =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/source/pppoesrv/pppoesrv.init,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pppoesrv.init 12 Nov 2010 10:20:32 -0000 1.3 --- pppoesrv.init 12 Nov 2010 10:32:33 -0000 1.4 *************** *** 41,45 **** IARGS="$IARGS -I $i" if [ `echo $IARGS | wc -w` -ge $MAX_IARGS ]; then ! if start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $ARGS $IARGS then echo -n "done #$INST... " --- 41,45 ---- IARGS="$IARGS -I $i" if [ `echo $IARGS | wc -w` -ge $MAX_IARGS ]; then ! if /usr/sbin/pppoe-server $ARGS $IARGS then echo -n "done #$INST... " *************** *** 52,56 **** done if [ `echo $IARGS | wc -w` -gt 0 ]; then ! if start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $ARGS $IARGS then echo "done #$INST." --- 52,56 ---- done if [ `echo $IARGS | wc -w` -gt 0 ]; then ! if /usr/sbin/pppoe-server $ARGS $IARGS then echo "done #$INST." ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev