On Wednesday 23 April 2008 19:46:35 Joe Peterson wrote:
> Roy Marples wrote:
> > config_eth0="1.2.3.4 netmask 255.255.255.0
> > 5.6.7.8 netmask 255.255.0.0"
> > routes_eth0="1.2.4.0 netmask 255.255.255.0 gw 1.2.3.6
> > 5.6.7.9 gw 5.6.7.10
> > default gw 1.2.3.1"
>
> If one choose to separate by lines, will tabs or spaces be allowed in
> subsequent lines?  Like:
>
> config_eth0="1.2.3.4 netmask 255.255.255.0
>              5.6.7.8 netmask 255.255.0.0"
> routes_eth0="1.2.4.0 netmask 255.255.255.0 gw 1.2.3.6
>              5.6.7.9 gw 5.6.7.10
>              default gw 1.2.3.1"

The point is to remove the hard newline, which you've kept in your examples.

Thanks

Roy
-- 
gentoo-dev@lists.gentoo.org mailing list

Reply via email to