Project

General

Profile

« Previous | Next » 

Revision 22cc6582

Added by Renato Botelho over 11 years ago

Fix nsupdate path

View differences:

etc/inc/services.inc
2152 2152
					@file_put_contents("{$g['varetc_path']}/nsupdatecmds{$i}", $upinst);
2153 2153
					unset($upinst);
2154 2154
					/* invoke nsupdate */
2155
					$cmd = "/usr/bin/nsupdate -k {$g['varetc_path']}/K{$i}{$keyname}+157+00000.key";
2155
					$cmd = "/usr/local/bin/nsupdate -k {$g['varetc_path']}/K{$i}{$keyname}+157+00000.key";
2156 2156
					if (isset($dnsupdate['usetcp']))
2157 2157
						$cmd .= " -v";
2158 2158
					$cmd .= " {$g['varetc_path']}/nsupdatecmds{$i}";

Also available in: Unified diff