From 0a721c3193163f8a12f5410df4c29b6dc00b7035 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2007 13:01:46 +0000 Subject: [PATCH] r22177: Restore the PIDDIR mapping for the client 'pid directory', as this is (ab)used for messaging. Andrew Bartlett --- source/script/tests/selftest.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/script/tests/selftest.pl b/source/script/tests/selftest.pl index a9ad56d312c..2c9f6256009 100755 --- a/source/script/tests/selftest.pl +++ b/source/script/tests/selftest.pl @@ -475,6 +475,9 @@ sub write_clientconf($$) if (defined($vars->{NCALRPCDIR})) { print CF "\tncalrpc dir = $vars->{NCALRPCDIR}\n"; } + if (defined($vars->{PIDDIR})) { + print CF "\tpid directory = $vars->{PIDDIR}\n"; + } if (defined($vars->{WINBINDD_SOCKET_DIR})) { print CF "\twinbindd socket directory = $vars->{WINBINDD_SOCKET_DIR}\n"; } -- 2.11.4.GIT