From: William A. Rowe Jr Date: Wed, 27 Feb 2008 01:16:14 +0000 (+0000) Subject: Offer a cleanup for the benefit of the uninstaller to halt X-Git-Tag: 2.2.9~341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e77423a69fcec44802a7410f5796144d36aee0d;p=thirdparty%2Fapache%2Fhttpd.git Offer a cleanup for the benefit of the uninstaller to halt any running ApacheMonitor instances. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@631452 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0df45183c48..b79bcb4d3ef 100644 --- a/STATUS +++ b/STATUS @@ -171,6 +171,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=631342&view=rev +1: covener + * ApacheMonitor (win32); Introduce --kill flag, for use by the + installer, to (mostly) gracefully stop all sessions monitor + icons for clean un-installation. TS seperation rules don't + provide us a cleaner way to send an exit message to those + running in other consoles, however, we simply axe them. + http://svn.apache.org/viewvc?rev=603238&view=rev + +1: wrowe + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when