Revision: 22986 http://trac.macosforge.org/projects/launchd/changeset/22986 Author: zarzycki@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;
participants (1)
-
source_changes@macosforge.org