From: Björn Baumbach Date: Wed, 20 Jul 2011 11:02:22 +0000 (+0200) Subject: selftest: use "state directory" and "cache directory" options X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=e3fc1aba860bb5b1460e4a9390257041a785846b;p=metze%2Fsamba%2Fwip.git selftest: use "state directory" and "cache directory" options instead of "state dir" and "cache dir" Signed-off-by: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Jul 21 10:06:32 CEST 2011 on sn-devel-104 --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 218f83ba14df..78627c8eb660 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -639,8 +639,8 @@ sub write_clientconf($$$) print CF " private dir = $clientdir/private lock dir = $clientdir/lockdir - state dir = $clientdir/statedir - cache dir = $clientdir/cachedir + state directory = $clientdir/statedir + cache directory = $clientdir/cachedir ncalrpc dir = $clientdir/ncalrpcdir name resolve order = file bcast panic action = $RealBin/gdb_backtrace \%d diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 47f1bad3360b..a1d894d64f32 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -597,8 +597,8 @@ sub provision_raw_step1($$) pid directory = $ctx->{piddir} ncalrpc dir = $ctx->{ncalrpcdir} lock dir = $ctx->{lockdir} - state dir = $ctx->{statedir} - cache dir = $ctx->{cachedir} + state directory = $ctx->{statedir} + cache directory = $ctx->{cachedir} winbindd socket directory = $ctx->{winbindd_socket_dir} winbindd privileged socket directory = $ctx->{winbindd_privileged_socket_dir} ntp signd socket directory = $ctx->{ntp_signd_socket_dir}