masqmail
diff src/masqmail.c @ 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 | 0430194f7ef8 |
children | f37384470855 |
line diff
1.1 --- a/src/masqmail.c Tue May 29 21:33:49 2012 +0200 1.2 +++ b/src/masqmail.c Tue May 29 21:35:17 2012 +0200 1.3 @@ -146,7 +146,7 @@ 1.4 } 1.5 1.6 signal(SIGTERM, sigterm_handler); 1.7 - write_pidfile(PIDFILEDIR "/masqmail.pid"); 1.8 + write_pidfile(PID_DIR "/masqmail.pid"); 1.9 1.10 conf.do_verbose = FALSE; 1.11