Mercurial > masqmail
comparison config.h.in @ 421:f37384470855
Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup.
Moved the lockdir out of the spool dir. (When /var/lock is a ramdisk
we do well to have the lock files there.) Added the new configure option
--with-lockdir to change that location. Nontheless, if we run_as_user,
then lock files are always stored in the spool dir directly.
Instead of installing the lockdir and piddir at installation time, we
create them on startup time now if they are missing. This is necessary
if lockdir or piddir are a tmpfs.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 30 May 2012 09:38:38 +0200 |
parents | d209b4846f2b |
children |
comparison
equal
deleted
inserted
replaced
420:09da6e72cd30 | 421:f37384470855 |
---|---|
102 #undef HAVE_UNISTD_H | 102 #undef HAVE_UNISTD_H |
103 | 103 |
104 /* Define to 1 if you have the `vprintf' function. */ | 104 /* Define to 1 if you have the `vprintf' function. */ |
105 #undef HAVE_VPRINTF | 105 #undef HAVE_VPRINTF |
106 | 106 |
107 /* The lock file location */ | |
108 #undef LOCK_DIR | |
109 | |
107 /* The log directory */ | 110 /* The log directory */ |
108 #undef LOG_DIR | 111 #undef LOG_DIR |
109 | 112 |
110 /* Name of package */ | 113 /* Name of package */ |
111 #undef PACKAGE | 114 #undef PACKAGE |