[launchd-changes] [22904] trunk/launchd/src/launchd_core_logic.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 17 10:56:59 PDT 2006


Revision: 22904
          http://trac.macosforge.org/projects/launchd/changeset/22904
Author:   zarzycki at apple.com
Date:     2006-10-17 10:56:58 -0700 (Tue, 17 Oct 2006)

Log Message:
-----------
<rdar://problem/4773940> 9A282 launchd throttling tftpd

Modified Paths:
--------------
    trunk/launchd/src/launchd_core_logic.c

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2006-10-16 23:58:59 UTC (rev 22903)
+++ trunk/launchd/src/launchd_core_logic.c	2006-10-17 17:56:58 UTC (rev 22904)
@@ -1654,7 +1654,7 @@
 
 	td = time(NULL) - j->start_time;
 
-	if (td < j->min_run_time && !j->legacy_mach_job) {
+	if (td < j->min_run_time && !j->legacy_mach_job && !j->inetcompat) {
 		time_t respawn_delta = j->min_run_time - td;
 
 		job_log(j, LOG_WARNING, "Throttling respawn: Will start in %ld seconds", respawn_delta);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20061017/e857d0ac/attachment.html


More information about the launchd-changes mailing list