Project

General

Profile

« Previous | Next » 

Revision f6d0ad0f

Added by Chris Buechler almost 15 years ago

fix path to nsupdate

View differences:

etc/inc/services.inc
884 884
				fclose($fd);
885 885

  
886 886
				/* invoke nsupdate */
887
				$cmd = "/usr/sbin/nsupdate -k {$g['varetc_path']}/K{$i}{$keyname}+157+00000.key";
887
				$cmd = "/usr/bin/nsupdate -k {$g['varetc_path']}/K{$i}{$keyname}+157+00000.key";
888 888
				if (isset($dnsupdate['usetcp']))
889 889
					$cmd .= " -v";
890 890
				$cmd .= " {$g['varetc_path']}/nsupdatecmds{$i}";

Also available in: Unified diff