You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/01/03 20:52:35 UTC

svn commit: r731073 - /httpd/httpd/trunk/modules/arch/unix/config5.m4

Author: rjung
Date: Sat Jan  3 11:52:34 2009
New Revision: 731073

URL: http://svn.apache.org/viewvc?rev=731073&view=rev
Log:
vi broke worker ;)

Modified:
    httpd/httpd/trunk/modules/arch/unix/config5.m4

Modified: httpd/httpd/trunk/modules/arch/unix/config5.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/arch/unix/config5.m4?rev=731073&r1=731072&r2=731073&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/arch/unix/config5.m4 (original)
+++ httpd/httpd/trunk/modules/arch/unix/config5.m4 Sat Jan  3 11:52:34 2009
@@ -3,7 +3,7 @@
 
 
 if test "$APACHE_MPM" = "simple" -o "$APACHE_MPM" = "worker" \
-   -o i"$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then
+   -o "$APACHE_MPM" = "event" -o "$APACHE_MPM" = "prefork" ; then
   unixd_mods_enable=yes
 else
   unixd_mods_enable=no