SOURCES: rpm.macros - it's time, for /etc/httpd/conf.d
glen
glen at pld-linux.org
Thu Dec 14 09:32:00 CET 2006
Author: glen Date: Thu Dec 14 08:32:00 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- it's time, for /etc/httpd/conf.d
---- Files affected:
SOURCES:
rpm.macros (1.343 -> 1.344)
---- Diffs:
================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.343 SOURCES/rpm.macros:1.344
--- SOURCES/rpm.macros:1.343 Thu Dec 14 09:30:07 2006
+++ SOURCES/rpm.macros Thu Dec 14 09:31:54 2006
@@ -580,7 +580,7 @@
# 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 @@
# 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 \
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.343&r2=1.344&f=u
More information about the pld-cvs-commit
mailing list