From 525a4fb2c423dbbeeb1e6da3254f334044b7bd7f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 26 Mar 2010 19:03:22 +1100 Subject: util: on FreeBSD true is in /usr/bin. Use execvp to find it --- selftest/target/Samba4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selftest/target/Samba4.pm') diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 9370a17838..06a5326096 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -584,7 +584,7 @@ sub provision_raw_step1($$) gensec:require_pac = true log level = $ctx->{server_loglevel} lanman auth = Yes - rndc command = /bin/true + 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} resolv:host file = $ctx->{dns_host_file} "; -- cgit