On Thu, Nov 23, 2006 at 10:52:42PM +0100, Andreas Bihlmaier wrote:
> 
> Thanks for clarification.
> I didn't think about /etc/netstart being a shell script and normal shell
> expansion taking place.
> 
> Since it never _hurts_ should pppoe(4) modified to always have `'`
> because quite a few passwords use special chars (hopefully).
> 
> 
> --- /usr/src/share/man/man4/pppoe.4.orig      Thu Nov 23 22:48:03 2006
> +++ /usr/src/share/man/man4/pppoe.4   Thu Nov 23 22:48:32 2006
> @@ -106,7 +106,7 @@
>  .Bd -literal -offset indent
>  inet 0.0.0.0 255.255.255.255 NONE \e
>       pppoedev ne0 authproto pap \e
> -     authname testcaller authkey donttell up
> +     authname 'testcaller' authkey 'donttell' up
>  dest 0.0.0.1
>  !/sbin/route add default 0.0.0.1
>  .Ed
> 

ok, i've just added this.
jmc

Reply via email to