aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-05-25 05:41:49 +0800
committerdirk <dirk@FreeBSD.org>2001-05-25 05:41:49 +0800
commit1cb1387cbabd55b70511db906845f3ba491ff60a (patch)
tree871a755f73d74b2c80f3ec4efd0d5c6c2ae67dc2 /www/mod_php5
parent9edfb2e3d09f4228fc11dc7d7aa66888a45e9405 (diff)
downloadfreebsd-ports-gnome-1cb1387cbabd55b70511db906845f3ba491ff60a.tar.gz
freebsd-ports-gnome-1cb1387cbabd55b70511db906845f3ba491ff60a.tar.zst
freebsd-ports-gnome-1cb1387cbabd55b70511db906845f3ba491ff60a.zip
Don't restart apache, i. e. don't start if not running.
It seems to cause problems for some users. PR: ports/26314
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/Makefile2
-rw-r--r--www/mod_php5/pkg-plist2
2 files changed, 0 insertions, 4 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index f0ac5b0440e3..f16a8ce4ccf9 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -63,8 +63,6 @@ pre-fetch:
post-install:
.if !defined(STANDALONE)
- @${ECHO} "Restarting Apache..."
- @${PREFIX}/sbin/apachectl restart
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc
.else
@${MKDIR} ${PREFIX}/etc/php.standalone
diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist
index 0991a3549135..590514a856b1 100644
--- a/www/mod_php5/pkg-plist
+++ b/www/mod_php5/pkg-plist
@@ -2,5 +2,3 @@ etc/php.ini-dist
%%AP_LIBEXEC%%/libphp4.so
@exec %D/sbin/apxs -e -a -n php4 %f
@unexec %D/sbin/apxs -e -A -n php4 %f
-@exec %D/sbin/apachectl restart
-@unexec %D/sbin/apachectl restart