diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-04-11 13:01:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:58 -0500 |
commit | 5904bbf3d9fc04c767f2667569c9d3fe7beafef2 (patch) | |
tree | dbb4b90e04af12d5deb491ec363c41a52b719814 | |
parent | 7e92a071c5ff90ec1255ea4e6f7846dfe20ec765 (diff) | |
download | samba-5904bbf3d9fc04c767f2667569c9d3fe7beafef2.tar.gz samba-5904bbf3d9fc04c767f2667569c9d3fe7beafef2.tar.bz2 samba-5904bbf3d9fc04c767f2667569c9d3fe7beafef2.zip |
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)
-rwxr-xr-x | source4/script/tests/selftest.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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"; } |