Curtis Maurand wrote:
I'm not a C programmer so I don't know how to fix this, but when compiling dbmail it ignores the --sysconfdir= directive during configure. Should write a script to compile it. I've compiled quite a few of these on multiple hosts since it first came out, but usually I configure it this way. It also ignores the localstatedir directive and leaves all its state and pid files all over /var/run

../configure --prefix=/usr --localstatedir=/var/run/dbmail --sysconfdir=/etc/dbmail --with-mysql --with-sieve

Its minor, but I thought you should know. It worked this way on the 2.0 branch, too.

Curtis,

This does work as advertised. I always use those since they are required for the debian packages.

from debian/rules:

CONFFLAGS=--prefix=/usr --mandir=\$${prefix}/share/man  \
        --sysconfdir=/etc/dbmail \
        --localstatedir=/var/run/dbmail \
        --with-logdir=/var/log/dbmail \
        --infodir=\$${prefix}/share/info





--
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to