Gentoo Archives: gentoo-user

From: Catalin Trifu <catalin@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] BASH 3.1 - DON't UPGRADE
Date: Mon, 12 Dec 2005 10:27:29
Message-Id: dnjipk$87e$1@sea.gmane.org
1 Hi,
2
3 I just had a terrible experience with upgrading to bash-3.1. It breaks
4 the rc-scripts (especially rc-daemon.sh and eth.lo) so you are left
5 without network.
6 /lib/rcscripts/sh/rc-daemon.sh: line 328: syntax error near unexpected token `('
7 /lib/rcscripts/sh/rc-daemon.sh: line 328: ` local -a RC_DAEMONS=() RC_PIDFILES=()'
8 /etc/init.d/net.lo: line 286: syntax error near unexpected token `('
9 /etc/init.d/net.lo: line 286: ` local -a provide=() provide_list=() after=() dead=() sorted=() sortedp=()'
10 I guess the new bash does not accept the declaration of arrays like this anymore.
11
12 Catalin
13
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] BASH 3.1 - DON't UPGRADE Neil Bothwick <neil@××××××××××.uk>