]> git.pld-linux.org Git - packages/apache1-mod_antihak.git/commitdiff
- sed -e "s/%{_sbindir}\/apxs -e/\%{apxs} -e/"
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Tue, 13 Aug 2002 15:06:21 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_antihak.spec -> 1.15

apache1-mod_antihak.spec

index 7077c46909d6e9e2deb7038411bd27376775bcdd..c17b7703930aa9f74f3ff9189e66a0a5fe783d45 100644 (file)
@@ -73,7 +73,7 @@ if [ `fgrep "http ALL= NOPASSWD: /sbin/iptables" /etc/sudoers | wc -l` = 0 ]; th
        echo "http ALL= NOPASSWD: /sbin/iptables" >> /etc/sudoers
 fi
 
-%{_sbindir}/apxs -e -a -n antihak %{_libexecdir}/mod_antihak.so 1>&2
+%{apxs} -e -a -n antihak %{_libexecdir}/mod_antihak.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 else
@@ -89,7 +89,7 @@ if [ "$1" = "0" ]; then
                mv -f /etc/sudoers.rpmnew-antihak /etc/sudoers
        fi
 
-       %{_sbindir}/apxs -e -A -n antihak %{_libexecdir}/mod_antihak.so 1>&2
+       %{apxs} -e -A -n antihak %{_libexecdir}/mod_antihak.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
This page took 0.126756 seconds and 4 git commands to generate.