OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Solaris 10 - 2.4.0 postfix-install script

From: Nick Smith (nick.smith67googlemail.com)
Date: Mon Apr 02 2007 - 14:21:22 CDT


On 4/2/07, Wietse Venema <wietseporcupine.org> wrote:
> Nick Smith:
> > On 4/2/07, Wietse Venema <wietseporcupine.org> wrote:
> > >
> > > Just add the braindead-shell workaround that already sits in the same file:
> > >
> > > Old:
> > > eval echo $path | (IFS=/ read prefix file;
> > >
> > > New:
> > > eval echo $path | (IFS=/ read prefix file; IFS="$BACKUP_IFS"; ...
> > >
> >
> > Thanks that fixed it too. Is it your intention that the users of
> > braindead shells should have to make this edit prior to performing
> > future upgrades, or will you consider incorporating the workaround
> > into the next officially distributed patch release?
>
> Is that a question? Perhaps I should not even reply to this.
>
> Wietse
>

Sorry to not be clear - let me try to rephrase...

Old:
eval echo $path | (IFS=/ read prefix file;

New:
eval echo $path | (IFS=/ read prefix file; IFS="$BACKUP_IFS"; ...

Will this workaround be included in Postfix 2.4.1?

Nick