aboutsummaryrefslogtreecommitdiff
path: root/net.Linux/pppd.sh
AgeCommit message (Expand)Author
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