miniupnpd 1.9 (20160113)
[tomato.git] / release / src / router / rp-pppoe / go
blob9ba1f2e027303996a07ffcc107353a61475fedd9
1 #!/bin/sh
2 # LIC: GPL
3 #***********************************************************************
5 # go
7 # Quick-start shell script to set up PPPoE
9 # Copyright (C) 2000 Roaring Penguin Software Inc.
11 # $Id$
12 #***********************************************************************
14 # Figure out directory of script
15 MYDIR=`dirname $0`
16 cd $MYDIR/src
18 echo "Running ./configure..."
19 ./configure
20 if [ "$?" != 0 ] ; then
21 echo "Oops! It looks like ./configure failed."
22 exit 1
25 echo "Running make..."
26 make
27 if [ "$?" != 0 ] ; then
28 echo "Oops! It looks like make failed."
29 exit 1
32 echo "Running make install..."
33 make install
35 if [ "$?" != 0 ] ; then
36 echo "Oops! It looks like make install failed."
37 exit 1
40 for i in a a a a a a a a a a a a a a a a a a a a a a a a a a a a ; do
41 echo ""
42 done
44 sh ../scripts/pppoe-setup