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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 16 16:42:50 PDT 2008


Revision: 23628
          http://trac.macosforge.org/projects/launchd/changeset/23628
Author:   zarzycki at apple.com
Date:     2008-05-16 16:42:49 -0700 (Fri, 16 May 2008)

Log Message:
-----------
<rdar://problem/5921590> TENTATIVE: may need to pass a flag to 'sample' once 5921557 is fixed

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

Modified: trunk/launchd/src/launchd_core_logic.c
===================================================================
--- trunk/launchd/src/launchd_core_logic.c	2008-05-13 16:40:57 UTC (rev 23627)
+++ trunk/launchd/src/launchd_core_logic.c	2008-05-16 23:42:49 UTC (rev 23628)
@@ -5244,7 +5244,7 @@
 	struct stat sb;
 	char logfile[PATH_MAX];
 	char pidstr[100];
-	char *sample_args[] = { "sample", pidstr, "1", "-mayDie", "-file", logfile, NULL };
+	char *sample_args[] = { "sample", pidstr, "1", "-unsupportedShowArch", "-mayDie", "-file", logfile, NULL };
 	char *contents = NULL;
 	int logfile_fd = -1;
 	int console_fd = -1;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20080516/6cbac2ae/attachment.htm 


More information about the launchd-changes mailing list