get pppoa the right way around

This commit is contained in:
Roy Marples 2007-04-18 14:23:50 +00:00
parent 35dc4e3424
commit 6617d946ec

View File

@ -129,8 +129,8 @@ pppd_start() {
set -- ${i}
case "$1" in
passwordfd) continue;;
pppoa) shift; set -- "rp-pppoe" "$@" ;;
pppoe) shift; set -- "pppoatm" "$@" ;;
pppoa) shift; set -- "pppoatm" "$@" ;;
pppoe) shift; set -- "rp-pppoe" "$@" ;;
capi) shift; set -- "capiplugin" "$@" ;;
esac
case "$1" in