Geoff Sweet writes:

I would like to comment on this. I get this error logged every single
time a user logs into sqwebmail. It is installed on OpenBSD 3.3 with
qmail and vpopmail.

My disagreement is with Sam's comment that "make install" installs
everything correctly.  Not one single machine that I have installed this
on (all OpenBSD), has ever created the /var/run/sqwebmail directory.  I

sqwebmail/configure:

[ ... ]

cachedir=/var/run/sqwebmail
if test -d /var/cache
then
       cachedir=/var/cache/sqwebmail
fi

[ ... ]

sqwebmail/Makefile.am:

[ ... ]

install-data-local: cache-reminder

cache-reminder:
       -$(mkinstalldirs) $(DESTDIR)@cachedir@
       test -w /etc || exit 0; chown @cacheowner@ $(DESTDIR)@cachedir@

[ ... ]

Find the cache-reminder target in your sqwebmail/Makefile. It should clearly be creating and properly setting up the /var/run/sqwebmail directory.

If you're using the OpenBSD port, file a port bug, if it's doing something else.


Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to