esac
echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile}
if [ "x${ppp_delay}" != "x" ]; then
sleep ${ppp_delay}
fi
;;