#!/bin/sh

if [ ! -e /etc/modemdevice ];then
 echo "You have not setup your Internet connection yet"
 echo "1. First, run \"Modem Wizard\" to choose a modem"
 echo "2. Second, run \"Setup PPP Dialup\" to configure PPP"
 echo "3. ...come back here!"
 echo " "
 echo -n "Press ENTER key to continue..."
 read VAL1
else
 #/usr/sbin/ppp -c
 #sleep 10
 #now using gkdial...
 exec /usr/sbin/gkdial
fi
#echo -n "Press ENTER key to continue..."
#read VAL1

# have created a fvwm button (right side of screen) that waits
# for a window named "Blinky" and will swallow it...
#blinky -u 500 ppp0 &
# ...displays 2 modem leds, just like Windows.
# ...no, this isn't the right place to start Blinky.
