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

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 13:36:01 PDT 2007


Revision: 23423
          http://trac.macosforge.org/projects/launchd/changeset/23423
Author:   zarzycki at apple.com
Date:     2007-09-21 13:36:00 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
<rdar://problem/5495750> tftpd needs to adopt launchd AbandonProcessGroup key

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

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2007-09-20 23:22:05 UTC (rev 23422)
+++ trunk/launchd/src/launchd_core_logic.c	2007-09-21 20:36:00 UTC (rev 23423)
@@ -1566,6 +1566,7 @@
 	case 'I':
 		if (strcasecmp(key, LAUNCH_JOBKEY_INETDCOMPATIBILITY) == 0) {
 			j->inetcompat = true;
+			j->abandon_pg = true;
 			if ((tmp = launch_data_dict_lookup(value, LAUNCH_JOBINETDCOMPATIBILITY_WAIT))) {
 				j->inetcompat_wait = launch_data_get_bool(tmp);
 			}

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


More information about the launchd-changes mailing list