From 5904bbf3d9fc04c767f2667569c9d3fe7beafef2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 Apr 2007 13:01:46 +0000 Subject: r22177: Restore the PIDDIR mapping for the client 'pid directory', as this is (ab)used for messaging. Andrew Bartlett (This used to be commit 0a721c3193163f8a12f5410df4c29b6dc00b7035) --- source4/script/tests/selftest.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/script') diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl index a9ad56d312..2c9f625600 100755 --- a/source4/script/tests/selftest.pl +++ b/source4/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"; } -- cgit