[launchd-changes] [22986] trunk/launchd/src/init.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 15 13:13:18 PST 2006


Revision: 22986
          http://trac.macosforge.org/projects/launchd/changeset/22986
Author:   zarzycki at apple.com
Date:     2006-12-15 13:13:18 -0800 (Fri, 15 Dec 2006)

Log Message:
-----------
<rdar://problem/4885381> launchd should stop creating a boot record

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

Modified: trunk/launchd/src/init.c
===================================================================
--- trunk/launchd/src/init.c	2006-12-15 21:12:36 UTC (rev 22985)
+++ trunk/launchd/src/init.c	2006-12-15 21:13:18 UTC (rev 22986)
@@ -411,7 +411,6 @@
 	}
 
 	if (WIFEXITED(status) && WEXITSTATUS(status) == EXIT_SUCCESS) {
-		logwtmp("~", "reboot", "");
 		return;
 	} else if (WIFSIGNALED(status) && (WTERMSIG(status) == SIGTERM || WTERMSIG(status) == SIGKILL)) {
 		return;

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


More information about the launchd-changes mailing list