]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- fix improper usage of %%{_sysconfdir}
authorankry <ankry@pld-linux.org>
Sat, 7 Dec 2002 14:32:49 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.spec -> 1.2

apache-mod_jk.spec

index 15ae0496544501975832afcfe08a91afce786c7c..8d9f9814d39abf6bdcb6586ecaccc07d4ed4448b 100644 (file)
@@ -70,7 +70,7 @@ if [ -f /etc/httpd/httpd.conf ] && ! grep -q "^Include.*mod_dav.conf" /etc/httpd
        echo "Include /etc/httpd/mod_dav.conf" >> /etc/httpd/httpd.conf
 fi
 if [ -f /var/lock/subsys/httpd ]; then
-       %{_sysconfdir}/rc.d/init.d/httpd restart 1>&2
+       /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
This page took 0.09924 seconds and 4 git commands to generate.