Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] New network config for baselayout-ng
Date: Fri, 09 Feb 2007 07:18:00
Message-Id: 200702090215.11866.vapier@gentoo.org
In Reply to: [gentoo-dev] New network config for baselayout-ng by Roy Marples
1 On Wednesday 07 February 2007, Roy Marples wrote:
2 > We still need something that is "array like" for want of a better
3 > phrase, so how about delimiting using ; like so
4 > config_eth0="10.1.1.1 netmask 255.255.255.0; 10.1.1.2/24"
5
6 if you want to allow one liners, then i dont see any other real option ... the
7 semicolon is prob about the best/only choice i'd think
8
9 if you want to force newlines as the delimiter, then the new format would
10 pretty closely resemble the existing array layout ...
11 config_eth0="
12 10.1.1.1 netmask 255.255.255.0
13 10.1.1.2/24
14 "
15 -mike

Replies

Subject Author
Re: [gentoo-dev] New network config for baselayout-ng Donnie Berkholz <dberkholz@g.o>