From a7a67f9b3d511ba21e0474ef760b8b83afabbeca Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 28 Aug 2003 18:55:15 +0000 Subject: Don't list Data.fs, as it's precious and should not be overwritten when a package update is done. Also, install zope.sh.sample, and copy it to zope.sh if zope.sh doesn't already exist. --- www/zope210/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/zope210/Makefile') diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 7644f812ba56..4d3546bd0c1d 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -135,9 +135,9 @@ do-install: -e "s|%%ZOPE_HTTP_PORT%%|${ZOPE_HTTP_PORT}|g" \ -e "s|%%ZOPE_FTP_PORT%%|${ZOPE_FTP_PORT}|g" \ -e "s|%%ZOPE_MONITOR_PORT%%|${ZOPE_MONITOR_PORT}|g" \ - < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh - @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh - @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh." + < ${FILESDIR}/zope.sh.in > ${PREFIX}/etc/rc.d/zope.sh.sample + @${CHMOD} ug+x,o-rwx ${PREFIX}/etc/rc.d/zope.sh.sample + @${ECHO} "===> Done with ${PREFIX}/etc/rc.d/zope.sh.sample." @${CAT} ${FILESDIR}/Message @${ECHO} "===> Your Zope base directory is ${ZOPEBASEDIR}." @${ECHO} "===> The Zope license is in ${ZOPEBASEDIR}/LICENSE.txt." -- cgit v1.2.3