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

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 7 13:26:12 PDT 2006


Revision: 22845
Author:   zarzycki at apple.com
Date:     2006-09-07 13:26:11 -0700 (Thu, 07 Sep 2006)

Log Message:
-----------
<rdar://problem/4722079> Unknown value for key LimitLoadToSessionType: Aqua

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-09-07 19:52:41 UTC (rev 22844)
+++ trunk/launchd/src/launchd_core_logic.c	2006-09-07 20:26:11 UTC (rev 22845)
@@ -887,8 +887,15 @@
 		break;
 	case 'l':
 	case 'L':
-		if (strcasecmp(key, LAUNCH_JOBKEY_LABEL) == 0)
+		if (strcasecmp(key, LAUNCH_JOBKEY_LABEL) == 0) {
 			return;
+		} else if (strcasecmp(key, LAUNCH_JOBKEY_LIMITLOADTOHOSTS) == 0) {
+			return;
+		} else if (strcasecmp(key, LAUNCH_JOBKEY_LIMITLOADFROMHOSTS) == 0) {
+			return;
+		} else if (strcasecmp(key, LAUNCH_JOBKEY_LIMITLOADTOSESSIONTYPE) == 0) {
+			return;
+		}
 		break;
 	case 'r':
 	case 'R':

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


More information about the launchd-changes mailing list