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 wrap: on
line diff
--- a/src/masqmail.c	Tue May 29 21:33:49 2012 +0200
+++ b/src/masqmail.c	Tue May 29 21:35:17 2012 +0200
@@ -146,7 +146,7 @@
 	}
 
 	signal(SIGTERM, sigterm_handler);
-	write_pidfile(PIDFILEDIR "/masqmail.pid");
+	write_pidfile(PID_DIR "/masqmail.pid");
 
 	conf.do_verbose = FALSE;