masqmail

diff src/masqmail.h @ 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 8fedb93e9b72
children 5593964ec779
line diff
     1.1 --- a/src/masqmail.h	Tue May 29 21:33:49 2012 +0200
     1.2 +++ b/src/masqmail.h	Tue May 29 21:35:17 2012 +0200
     1.3 @@ -529,7 +529,9 @@
     1.4  
     1.5  #define CONF_FILE CONF_DIR"/masqmail.conf"
     1.6  
     1.7 -#define PIDFILEDIR "/var/run/masqmail/"
     1.8 +#ifndef PID_DIR
     1.9 +#define PID_DIR "/var/run"
    1.10 +#endif
    1.11  
    1.12  #ifndef va_copy
    1.13  #ifdef __va_copy