Mercurial > masqmail
comparison man/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 | 5781ba87df95 |
children | f37384470855 |
comparison
equal
deleted
inserted
replaced
418:4cbaf6d6793f | 419:d209b4846f2b |
---|---|
170 top_builddir = @top_builddir@ | 170 top_builddir = @top_builddir@ |
171 top_srcdir = @top_srcdir@ | 171 top_srcdir = @top_srcdir@ |
172 with_confdir = @with_confdir@ | 172 with_confdir = @with_confdir@ |
173 with_group = @with_group@ | 173 with_group = @with_group@ |
174 with_logdir = @with_logdir@ | 174 with_logdir = @with_logdir@ |
175 with_piddir = @with_piddir@ | |
175 with_spooldir = @with_spooldir@ | 176 with_spooldir = @with_spooldir@ |
176 with_user = @with_user@ | 177 with_user = @with_user@ |
177 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.aliases.5 rmail.8 | 178 man_MANS = masqmail.8 mservdetect.1 masqmail.conf.5 masqmail.route.5 masqmail.aliases.5 rmail.8 |
178 all: all-am | 179 all: all-am |
179 | 180 |