]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- one more s/mod_dav/mod_jk/
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Dec 2002 20:15:10 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.spec -> 1.5

apache-mod_jk.spec

index d964130ffcb6d83e7b40d0ce5677c86f8703b370..0a242e2ece36b4d884a169de96538d893822dce4 100644 (file)
@@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/lib%{mod_name}.so 1>&2
-if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_dav.conf" /etc/httpd/httpd.conf; then
+if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_jk.conf" /etc/httpd/httpd.conf; then
        echo "Include /etc/httpd/mod_jk.conf" >> /etc/httpd/httpd.conf
 fi
 if [ -f /var/lock/subsys/httpd ]; then
This page took 0.058487 seconds and 4 git commands to generate.