Revision 2c9b965a
Added by Scott Ullrich almost 20 years ago
etc/inc/services.inc | ||
---|---|---|
826 | 826 |
fclose($fd); |
827 | 827 |
|
828 | 828 |
/* invoke nsupdate */ |
829 |
$cmd = "/usr/sbin/nsupdate -k {$g['varetc_path']}:{$keyname}";
|
|
829 |
$cmd = "/usr/sbin/nsupdate -k {$g['varetc_path']}/K{$keyname}+157+00000.key";
|
|
830 | 830 |
if (isset($config['dnsupdate']['usetcp'])) |
831 | 831 |
$cmd .= " -v"; |
832 | 832 |
$cmd .= " {$g['varetc_path']}/nsupdatecmds"; |
Also available in: Unified diff
Use correct arguments to nsupdate
Ticket #665