<rdar://problem/4885381> launchd should stop creating a boot record
--- 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;