From 578e77944eb760db21f7521a7d4f9d54fb473450 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 14 Dec 2006 08:31:54 +0000 Subject: [PATCH] - it's time, for /etc/httpd/conf.d Changed files: rpm.macros -> 1.344 --- rpm.macros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.macros b/rpm.macros index 0ccf224..94847f7 100644 --- a/rpm.macros +++ b/rpm.macros @@ -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 \ -- 2.44.0