point to correct path for nsupdate

This commit is contained in:
Chris Buechler 2009-05-09 16:40:56 -04:00
parent cc4a5388fe
commit 42cf9c5cb8

View File

@ -934,7 +934,7 @@ EOD;
fclose($fd);
/* invoke nsupdate */
$cmd = "/usr/sbin/nsupdate -k {$g['varetc_path']}/K{$keyname}+157+00000.key";
$cmd = "/usr/bin/nsupdate -k {$g['varetc_path']}/K{$keyname}+157+00000.key";
if (isset($config['dnsupdate']['usetcp']))
$cmd .= " -v";
$cmd .= " {$g['varetc_path']}/nsupdatecmds";