On 2006/11/02 15:19, martin g wrote: > Has anyone got an explanation for this: > > default : > set log ... > > when i run ppp ... i get Warning line 2 missing colon or something like > that > > but when i do this everything is all right and i don't get any warnings > > /etc/ppp/ppp.conf > > default: > set log ...
rtfm ppp(8)
o A label name starts in the first column and is followed by a `:'
character.
o A command line must contain a space or tab in the first column.

