diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-27 14:08:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-08-27 14:08:20 +0000 |
commit | b0f30ac2aa2fba9ebad0c1fb137669c6e15e7f22 (patch) | |
tree | 9721ca5d541a34291d037d8e3b60920b9910919f /www/mod_php4 | |
parent | 3dcdb709724963397f14c2f3128e933c1b4eae9c (diff) | |
download | ports-b0f30ac2aa2fba9ebad0c1fb137669c6e15e7f22.tar.gz ports-b0f30ac2aa2fba9ebad0c1fb137669c6e15e7f22.zip |
Fix error at starting script with PostgreSQL.
No response from: maintainer
Notes
Notes:
svn path=/head/; revision=12881
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 43b3ea5dc85b..89434e01807d 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id$ +# $Id: Makefile,v 1.49 1998/07/25 11:30:12 andreas Exp $ # DISTNAME= apache_1.3.0 @@ -106,6 +106,7 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \ + ${ECHO} "[ -d ${PREFIX}/pgsql/lib ] && ${LDCONFIG} -m ${PREFIX}/pgsql/lib" >> ${PREFIX}/etc/rc.d/apache.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi |