Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2006 19:33:40 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107567 for review
Message-ID:  <200610091933.k99JXeFp092250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107567

Change 107567 by millert@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610091933.k99JXeFp092250>