summaryrefslogtreecommitdiff
path: root/net.Linux/pppd.sh
Commit message (Expand)AuthorAge
* Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.Roy Marples2007-04-30
* Remove default config for pppRoy Marples2007-04-19
* duh, idiot uberRoy Marples2007-04-19
* no need for the sed using printfRoy Marples2007-04-19
* use printf %sRoy Marples2007-04-19
* As pppd is mainly a link controller, move it's startup to pppd_pre_start and ...Roy Marples2007-04-19
* printf is more portable than echo -nRoy Marples2007-04-19
* more pppd fixesRoy Marples2007-04-18
* get pppoa the right way aroundRoy Marples2007-04-18
* Try and fix pppd, thanks to zzam for the patchRoy Marples2007-04-18
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-05