]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- it's time, for /etc/httpd/conf.d auto/ac/rpm-build-macros-1_344-1 auto/ac/rpm-build-macros-1_344-2
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Dec 2006 08:31:54 +0000 (08:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.344

rpm.macros

index 0ccf2240e66951352db3409699085003710cfb06..94847f7b2537c879ec0e00ea5ff7a91fe9503d60 100644 (file)
@@ -580,7 +580,7 @@ fi \
 # for using PHP post scripts. for PHP >= 5.0
 %php_webserver_restart \
 [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart \
-[ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart \
+[ ! -f /etc/httpd/conf.d/??_mod_php.conf ] || %service -q httpd restart \
 if [ -f /etc/rc.d/init.d/php-fcgi ]; then \
        PHP_FCGI_BINARY=; . /etc/sysconfig/php-fcgi 2>/dev/null \
        if [[ ${PHP_FCGI_BINARY:-php.fcgi} = *php.fcgi* ]]; then \
@@ -592,7 +592,7 @@ fi \
 # for using php post scripts. for PHP >= 4.0 && PHP < 5.0
 %php4_webserver_restart \
 [ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart \
-[ ! -f /etc/httpd/httpd.conf/??_mod_php4.conf ] || %service -q httpd restart \
+[ ! -f /etc/httpd/conf.d/??_mod_php4.conf ] || %service -q httpd restart \
 if [ -f /etc/rc.d/init.d/php-fcgi ]; then \
        PHP_FCGI_BINARY=; . /etc/sysconfig/php-fcgi 2>/dev/null \
        if [[ ${PHP_FCGI_BINARY:-php.fcgi} = *php4.fcgi* ]]; then \
This page took 0.147037 seconds and 4 git commands to generate.