X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Freadconf.c;h=c62235916328e62ff46f5ad3f24359389cb325be;hb=82c6910a112610ac5c121ff5321365c5dc7e8eb2;hp=7aa44cf8c6b6fcf1fde3911d01bda811c8a06002;hpb=e97d1f088ab357d806bff8b7d5f3fce068a85989;p=exim.git diff --git a/src/src/readconf.c b/src/src/readconf.c index 7aa44cf8c..c62235916 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/readconf.c,v 1.45 2010/06/12 17:56:32 jetmore Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ @@ -3113,6 +3111,11 @@ if (*pid_file_path != 0) pid_file_path = s; } +/* Set default value of process_log_path */ + +if (process_log_path == NULL || *process_log_path =='\0') + process_log_path = string_sprintf("%s/exim-process.info", spool_directory); + /* Compile the regex for matching a UUCP-style "From_" line in an incoming message. */