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 used ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bdaac4687f17
branches: trunk
changeset: 545054:bdaac4687f17
user: taca <taca%pkgsrc.org@localhost>
date: Fri Jul 25 08:23:23 2008 +0000
description:
Reduce a shell variable which was used only once.
diffstat:
www/zope/files/zope.sh | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 95a579b0ae3b -r bdaac4687f17 www/zope/files/zope.sh
--- a/www/zope/files/zope.sh Fri Jul 25 08:23:11 2008 +0000
+++ b/www/zope/files/zope.sh Fri Jul 25 08:23:23 2008 +0000
@@ -2,7 +2,7 @@
#
# Startup script for Zope @ZOPE_VERSION@ server.
#
-# $NetBSD: zope.sh,v 1.1 2008/01/06 15:51:40 taca Exp $
+# $NetBSD: zope.sh,v 1.2 2008/07/25 08:23:23 taca Exp $
#
# PROVIDE: @ZOPE_PKG@
@@ -30,8 +30,7 @@
name="@ZOPE_PKG@"
rcvar="$name@RCVAR_SUFFIX@"
-version="@ZOPE_FULL_VERSION@"
-zope_name="Zope ${version}"
+zope_name="Zope @ZOPE_FULL_VERSION@"
start_cmd="@ZOPE_PKG@_start"
stop_cmd="@ZOPE_PKG@_stop"
restart_cmd="@ZOPE_PKG@_restart"
Home |
Main Index |
Thread Index |
Old Index