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 - 13:48:09 CDT


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?

Nick