]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fix for failing apachectl (looking for config file /httpd.${mpm}.conf
authoraredridel <aredridel@pld-linux.org>
Fri, 2 Apr 2004 02:01:07 +0000 (02:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  instead of /etc/httpd/httpd.${mpm}.conf.

  This is ugly beyond words.

Changed files:
    apache.spec -> 1.297

apache.spec

index 3c891ac7ae61005b6988f7fd3021c5a31306e582..2997d44f4031aa946cbd9b968acfbfe29d557a89 100644 (file)
@@ -671,7 +671,7 @@ CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
 for mpm in %{?with_metuxmpm:metuxmpm} perchild prefork worker; do
 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
-       --prefix=%{_sysconfdir} \
+       --prefix=%{_sysconfdir}/ \
        --exec-prefix=%{_libexecdir} \
        --with-installbuilddir=%{_libdir}/apache/build \
        --enable-layout=PLD \
This page took 0.057692 seconds and 4 git commands to generate.