|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Matthias Andree (ma
dt.e-technik.uni-dortmund.de)Date: Wed May 02 2001 - 12:22:51 CDT
Simon J Mudd <sjmudd
pobox.com> writes:
> You made a change some time before breaking the previous way I was
> doing the install, something like:
>
> sh INSTALL.sh <<-HERE_DOC
> ${RPM_BUILD_ROOT}
> %{config_directory}
> ...
> HERE_DOC
>
> The package build should be 100% non-interactive. I know the values I
> want to supply. The error message I'm getting is the following:
>
> --
> Non-interactive install needs the $CONFIG_DIRECTORY/install.cf
> file from a previous Postfix installation.
Why not just install myinstall.cf before running INSTALL.sh, and feed
INSTALL.sh from /dev/null?
install -c myinstall.cf $RPM_BUILD_ROOT/etc/postfix/
sh INSTALL.sh </dev/null
should do the job.
-- Matthias Andree- To unsubscribe, send mail to majordomo
postfix.org with content (not subject): unsubscribe postfix-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]