PERFORCE change 107567 for review

Todd Miller millert at FreeBSD.org
Mon Oct 9 12:33:49 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107567

Change 107567 by millert at millert_g5tower on 2006/10/09 19:33:15

	Build with -DPID1_REAP_ADOPTED_CHILDREN so init will reap
	zombies.  Fixes a problem with zombies piling up.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/launchd/src/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/launchd/src/Makefile#2 (text+ko) ====

@@ -16,7 +16,7 @@
 CODE_GEN_STYLE = DYNAMIC
 MAKEFILE = tool.make
 NEXTSTEP_INSTALLDIR = /sbin
-OTHER_CFLAGS= $(DARWIN_HDRS)
+OTHER_CFLAGS= $(DARWIN_HDRS) -DPID1_REAP_ADOPTED_CHILDREN
 LIBS = $(LIBMAC) $(LIBBSM)
 DEBUG_LIBS = $(LIBS)
 PROF_LIBS = $(LIBS)


More information about the trustedbsd-cvs mailing list