Mercurial > masqmail
comparison src/Makefile.in @ 419:d209b4846f2b
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir.
Now we can change the pid dir to /run on system that did this transition.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:35:17 +0200 |
parents | 13c9e0969054 |
children | f37384470855 |
comparison
equal
deleted
inserted
replaced
418:4cbaf6d6793f | 419:d209b4846f2b |
---|---|
229 top_builddir = @top_builddir@ | 229 top_builddir = @top_builddir@ |
230 top_srcdir = @top_srcdir@ | 230 top_srcdir = @top_srcdir@ |
231 with_confdir = @with_confdir@ | 231 with_confdir = @with_confdir@ |
232 with_group = @with_group@ | 232 with_group = @with_group@ |
233 with_logdir = @with_logdir@ | 233 with_logdir = @with_logdir@ |
234 with_piddir = @with_piddir@ | |
234 with_spooldir = @with_spooldir@ | 235 with_spooldir = @with_spooldir@ |
235 with_user = @with_user@ | 236 with_user = @with_user@ |
236 SUBDIRS = base64 md5 | 237 SUBDIRS = base64 md5 |
237 AM_CFLAGS = -Wno-pointer-sign @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED | 238 AM_CFLAGS = -Wno-pointer-sign @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE -DG_DISABLE_DEPRECATED |
238 masqmail_SOURCES = \ | 239 masqmail_SOURCES = \ |