Skip to content
Snippets Groups Projects
Commit 3379b70a authored by Gilles Chehade's avatar Gilles Chehade Committed by GitHub
Browse files

Merge pull request #710 from Vaelatern/issue_637

Allow configure to change where the pidfile goes
parents 36f60e56 b2a1eb37
No related branches found
No related tags found
No related merge requests found
......@@ -1196,6 +1196,14 @@ AC_DEFINE_UNQUOTED([SMTPD_SOCKDIR], ["$sockdir"],
AC_SUBST([sockdir])
#l4470
# Where to place smtpd.pid
AC_ARG_WITH([path-pidfile],
[ --with-path-pidfile=PATH Specify path to smtpd.pid directory (default=/var/run)],
[AS_IF([test "x$with_path-pidfile" != "xno" -a "x$with_path-pidfile" != "xyes"],
AC_DEFINE_UNQUOTED([_PATH_VARRUN], ["$with_path-pidfile"])
)]
)
CA_FILE=/etc/ssl/cert.pem
AC_ARG_WITH([path-CAfile],
[ --with-path-CAfile=FILE Specify path to CA certificate (default=/etc/ssl/cert.pem)],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment