aboutsummaryrefslogtreecommitdiff
path: root/net.Linux/pppd.sh
AgeCommit message (Expand)Author
2007-12-18We no longer need SVCNAME hereRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-02Fix ppp config, #197775.Roy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-29Network config arrays are now split by embedded new lines instead of being ev...Roy Marples
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