aboutsummaryrefslogtreecommitdiff
path: root/net.Linux/pppd.sh
AgeCommit message (Expand)Author
2007-09-24Fix pppd metric, #193574 thanks to Martin Väth.Roy Marples
2007-08-21Fix pppd getting the interface metric.Roy Marples
2007-08-07Always give ppp a defaultmetricRoy Marples
2007-08-07Add a defaultmetric to ppp if we have metric_$IFACERoy Marples
2007-08-07More pppd fixesRoy Marples
2007-08-07Fix chat connects for pppdRoy Marples
2007-04-30Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.Roy Marples
2007-04-19Remove default config for pppRoy Marples
2007-04-19duh, idiot uberRoy Marples
2007-04-19no need for the sed using printfRoy Marples
2007-04-19use printf %sRoy Marples
2007-04-19As pppd is mainly a link controller, move it's startup to pppd_pre_start and ...Roy Marples
2007-04-19printf is more portable than echo -nRoy Marples
2007-04-18more pppd fixesRoy Marples
2007-04-18get pppoa the right way aroundRoy Marples
2007-04-18Try and fix pppd, thanks to zzam for the patchRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples