freebsd-ports/ports-mgmt/synth/files/extrapatch-nowatchdog-portscan-buildcycle.adb
Matthew Seaman a6193e79bf Update to 1.70
Add NOWATCHDOG option

PR:		220812
Submitted by:	jonc@chen.org.nz
Approved by:	ericturgeon.bsd@gmail.com (maintainer)
2017-07-25 16:20:05 +00:00

11 lines
595 B
Ada

--- src/portscan-buildcycle.adb.orig 2017-04-20 10:12:27.241713000 +1200
+++ src/portscan-buildcycle.adb 2017-04-20 10:12:38.218162000 +1200
@@ -570,7 +570,7 @@
status : Unix.process_exit;
lock_lines : Natural;
quartersec : one_minute := one_minute'First;
- hangmonitor : constant Boolean := True;
+ hangmonitor : constant Boolean := False;
synthexec : constant String := host_localbase & "/libexec/synthexec";
truecommand : constant String := synthexec & " " &
log_name (trackers (id).seq_id) & " " & command;