diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-19 17:18:53 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-19 18:21:42 +1000 |
commit | 540d197e499f1ab6fb27127c18fc9e4fe913393f (patch) | |
tree | daa279655a5057c23cc0fd8d199c36a429696ead | |
parent | 43ca57d0887495fdbf2e8dd8c7afb9d521f220f3 (diff) | |
download | samba-540d197e499f1ab6fb27127c18fc9e4fe913393f.tar.gz samba-540d197e499f1ab6fb27127c18fc9e4fe913393f.tar.xz samba-540d197e499f1ab6fb27127c18fc9e4fe913393f.zip |
s4-test: we don't need -s set for samba_dnsupdate
this is now handled by SMB_CONF_PATH
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | selftest/target/Samba4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 06a5326096..4d6bca91b6 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -585,7 +585,7 @@ sub provision_raw_step1($$) log level = $ctx->{server_loglevel} lanman auth = Yes rndc command = true - dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate -s $ctx->{smb_conf} --all-interfaces --use-file=$ctx->{dns_host_file} + dns update command = $ENV{SRCDIR_ABS}/scripting/bin/samba_dnsupdate --all-interfaces --use-file=$ctx->{dns_host_file} resolv:host file = $ctx->{dns_host_file} "; |