masqmail

diff src/Makefile.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
line diff
     1.1 --- a/src/Makefile.in	Tue May 29 22:15:55 2012 +0200
     1.2 +++ b/src/Makefile.in	Wed May 30 09:38:38 2012 +0200
     1.3 @@ -230,6 +230,7 @@
     1.4  top_srcdir = @top_srcdir@
     1.5  with_confdir = @with_confdir@
     1.6  with_group = @with_group@
     1.7 +with_lockdir = @with_lockdir@
     1.8  with_logdir = @with_logdir@
     1.9  with_piddir = @with_piddir@
    1.10  with_spooldir = @with_spooldir@