5 Usage: pon [provider] [arguments]
7 If you specify one argument, a PPP connection will be started using
8 settings from the appropriate file in the /etc/ppp/peers/ directory, and
9 any additional arguments supplied will be passed as extra arguments to
16 if [ -z "$1" -a ! -f /etc
/ppp
/peers
/provider
]; then
18 Please configure /etc/ppp/peers/provider or use a command line argument to
19 use another file in /etc/ppp/peers/ directory.
24 if [ "$1" -a ! -f "/etc/ppp/peers/$1" ]; then
26 The file /etc/ppp/peers/$1 does not exist.
31 exec /usr
/sbin
/pppd call
${@:-provider}