Revision: 22904 http://trac.macosforge.org/projects/launchd/changeset/22904 Author: zarzycki@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);
participants (1)
-
source_changes@macosforge.org