diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-24 21:41:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-24 21:41:49 +0000 |
commit | fa57b96e72b69b49874c6a85d603442108c47a01 (patch) | |
tree | 3c99e3bac63700c902170a9cf68ecb839941de8a /www/mod_php5/Makefile | |
parent | I'm looking after these ports for Andreas for a while so I've (diff) |
Don't restart apache, i. e. don't start if not running.
It seems to cause problems for some users.
PR: ports/26314
Notes
Notes:
svn path=/head/; revision=43032
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 0 insertions, 2 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 |