Re: CFV: Re: ! command is not portable to solaris 10

2010-12-19 Thread Niels Baggesen
Den 19-12-2010 13:44, Magnus Fromreide skrev: That looks OK to me, except that this errormessage seems backwards ... > +if cd testing 2>/dev/null; then > + : > +else > echo "Error: $0 must be started from inside the testing directory." > exit 1 > fi The test

CFV: Re: ! command is not portable to solaris 10

2010-12-19 Thread Magnus Fromreide
On Wed, 2010-12-01 at 00:09 +0100, Magnus Fromreide wrote: > On Tue, 2010-11-30 at 14:58 -0800, Wes Hardaker wrote: > > > On Tue, 30 Nov 2010 23:26:00 +0100, Magnus Fromreide > > > said: > > > > MF> Is this (old broken shells) a big enough problem that we should fix > > MF> it? > > > >

doubt in nested table implementation

2010-12-19 Thread sujata patra
I have implemented simple table quite a few times . But I am confused to implement when the mib contain more than one table and the tables are nested(means the second table data repeats for each row of first table data, which I think is very common). I am using mib2c.iterate.conf to generat