Revision
22978
Author
zarzycki@apple.com
Date
2006-12-14 09:37:14 -0800 (Thu, 14 Dec 2006)

Log Message

Silly comment update.

Modified Paths

Diff

Modified: trunk/launchd/src/launchd_core_logic.c (22977 => 22978)


--- trunk/launchd/src/launchd_core_logic.c	2006-12-14 17:29:56 UTC (rev 22977)
+++ trunk/launchd/src/launchd_core_logic.c	2006-12-14 17:37:14 UTC (rev 22978)
@@ -1947,7 +1947,8 @@
 	}
 
 	/*
-	 * <rdar://problem/4616864> launchctl should invoke initgroups after setgid
+	 * The kernel team and the DirectoryServices team want initgroups()
+	 * called after setgid(). See 4616864 for more information.
 	 */
 
 	if (!j->no_init_groups) {