summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2020-03-29 05:05:08 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2020-03-29 05:05:08 -0600
commitf05f342127fa0a709011f433cb26c6df9a0a46d9 (patch)
treec5a887f8a1db10e5b00b656942e8f46954cc1044 /m4
parent1ad49594b9bff9c6727a0f7584df0843027d06fa (diff)
downloadsudo-f05f342127fa0a709011f433cb26c6df9a0a46d9.tar.gz
Create a pidfile for sudo_logsrvd when not run with the -n flag.
Diffstat (limited to 'm4')
-rw-r--r--m4/sudo.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/sudo.m4 b/m4/sudo.m4
index 428cc9a30..c679166ba 100644
--- a/m4/sudo.m4
+++ b/m4/sudo.m4
@@ -129,6 +129,7 @@ if test -z "$rundir"; then
fi
AC_MSG_RESULT([$rundir])
SUDO_DEFINE_UNQUOTED(_PATH_SUDO_TIMEDIR, "$rundir/ts")
+SUDO_DEFINE_UNQUOTED(_PATH_SUDO_LOGSRVD_PID, "$rundir/sudo_logsrvd.pid")
])dnl
dnl