1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-selftest: add print$ share with two arch dirs.

Guenther
This commit is contained in:
Günther Deschner 2010-04-23 13:51:02 +02:00
parent 4b1dab5b11
commit 2a2de10ac6

View File

@ -418,6 +418,12 @@ sub provision($$$$$$)
my $logdir="$prefix_abs/logs";
push(@dirs,$logdir);
my $driver32dir="$shrdir/W32X86";
push(@dirs,$driver32dir);
my $driver64dir="$shrdir/x64";
push(@dirs,$driver64dir);
# this gets autocreated by winbindd
my $wbsockdir="$prefix_abs/winbindd";
my $wbsockprivdir="$lockdir/winbindd_privileged";
@ -575,6 +581,8 @@ sub provision($$$$$$)
copy = print1
[print4]
copy = print1
[print\$]
copy = tmp
";
close(CONF);