From: Ken Coar Date: Wed, 30 Jan 2002 16:53:44 +0000 (+0000) Subject: Fix a type-d'oh X-Git-Tag: 2.0.31~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86819ee5c606556b76a69348207c2a0effd11800;p=apache Fix a type-d'oh git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 19f1423dec..a4d5376eda 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/30 16:11:10 $] +Last modified at [$Date: 2002/01/30 16:53:44 $] Release: @@ -40,7 +40,7 @@ on related projects: RELEASE SHOWSTOPPERS: - * Runtime startup failures don't reliable set the exit status. + * Runtime startup failures don't reliably set the exit status. For instance, try listening to port 80 and starting as non-root; server fails with make_sock and 'no listening sockets' errors but exits with 0 status. Even with -DONE_PROCESS -DNO_DETACH.