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: Wietse Venema (wietseporcupine.org)
Date: Mon Apr 02 2007 - 13:28:00 CDT


Nick Smith:
> Please specify the destination directory for the Postfix HTML files.
> Specify "no" if you do not want to install these files.
> html_directory: [/usr/local/share/doc/postfix/html]

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"; ...

        Wietse