Gentoo Archives: gentoo-dev

From: Jakub Moc <jakub@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Network configuration and bash
Date: Fri, 09 Feb 2007 08:21:42
Message-Id: 45CC2E69.9010209@gentoo.org
In Reply to: Re: [gentoo-dev] Network configuration and bash by Mike Frysinger
1 Mike Frysinger napsal(a):
2 > On Thursday 08 February 2007, Roy Marples wrote:
3 >> The actual scripts themselves can be re-worked if they need to be -
4 >> this problem only when the arrays are used in config files.
5 >
6 > i guess my point was i think we really need to be consistent here ... either
7 > arrays are OK for init.d scripts or they're not OK
8 >
9 > did you get a chance to see how hard it would be to integrate the bash array
10 > code ?
11
12 sys-apps/855resolution and sys-apps/915resolution use arrays in config
13 files, and there's not much way around it ATM if you want to replace
14 multiple BIOS modes...
15
16 <snip>
17 # to replace more than one mode do something like this
18 #replace=(
19 # "4d 1280 768 24"
20 # "5c 1400 1050 16"
21 #)
22 </snip>
23
24 --
25 Best regards,
26
27 Jakub Moc
28 mailto:jakub@g.o
29 GPG signature:
30 http://subkeys.pgp.net:11371/pks/lookup?op=get&search=0xCEBA3D9E
31 Primary key fingerprint: D2D7 933C 9BA1 C95B 2C95 B30F 8717 D5FD CEBA 3D9E
32
33 ... still no signature ;)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Network configuration and bash Donnie Berkholz <dberkholz@g.o>