pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/zope/files - Reduce a shell variable which was use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95a579b0ae3b
branches:  trunk
changeset: 545053:95a579b0ae3b
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jul 25 08:23:11 2008 +0000

description:
- Reduce a shell variable which was used only once.
- Correct program name; it wasn't Zope but Zeo.

diffstat:

 www/zope/files/zeo.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5187d1ef1be4 -r 95a579b0ae3b www/zope/files/zeo.sh
--- a/www/zope/files/zeo.sh     Fri Jul 25 08:21:48 2008 +0000
+++ b/www/zope/files/zeo.sh     Fri Jul 25 08:23:11 2008 +0000
@@ -2,7 +2,7 @@
 #
 # Startup script for Zeo @ZOPE_VERSION@ server.
 #
-# $NetBSD: zeo.sh,v 1.1 2008/01/06 15:51:40 taca Exp $
+# $NetBSD: zeo.sh,v 1.2 2008/07/25 08:23:11 taca Exp $
 #
 
 # PROVIDE: zeo@ZOPE_VERSION@
@@ -29,8 +29,7 @@
 
 name="zeo@ZOPE_VERSION@"
 rcvar="$name@RCVAR_SUFFIX@"
-version="@ZOPE_FULL_VERSION@"
-zeo_name="Zope ${version}"
+zeo_name="Zeo @ZOPE_FULL_VERSION@"
 
 zeo@ZOPE_VERSION@ctl () {
        cmd = $1



Home | Main Index | Thread Index | Old Index