In article <[EMAIL PROTECTED]> you wrote:

> [...]
>> easily build a Postfix package with syslog support. Just remove the
>> fakesyslog-related things from the postfix.spec. That's all.
> 
> In full knowledge that the answer should be RTFM, but I hope mitigated by
> the fact that I have been and will continue to RTFM fsvo M, could you
> please give me a quick hint on how to step throught the "unpack rpm ->
> edit spec -> build and install" process?
> 
> I've seen the life cycle, but cannot yet tie it to commands and file
> layout. If it helps, I'm quite familiar with FreeBSD ports/packages and
> Solaris packages.
> [...]

$ su -
# rpm -Uvh ftp://ftp.openpkg.org/current/SRC/postfix-1.1.7-20020404.src.rpm
# cd /cw/RPM/SRC/postfix
# vi postfix.spec
[remove line 128 ("AUXLIBS="$AUXLIBS -L$fakesyslogdir -lfakesyslog")]
# rpm -bb postfix.spec
# rpm -Uvh /cw/RPM/PKG/postfix-1.1.7-20020404.*.rpm
# exit
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to