From 03e8d74e9900534b1e445a11d8613e2b1f1cf40d Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 25 Jul 2008 08:23:23 +0000 Subject: Reduce a shell variable which was used only once. --- www/zope/files/zope.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/zope/files/zope.sh b/www/zope/files/zope.sh index 635446734c7..ef03c6b03df 100644 --- a/www/zope/files/zope.sh +++ b/www/zope/files/zope.sh @@ -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 @@ fi 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" -- cgit v1.2.3