From 6a7af86dadcf65752e06fd624d6f67a35209b901 Mon Sep 17 00:00:00 2001 From: david knox Date: Fri, 4 Mar 2011 07:07:36 -0700 Subject: [PATCH] Fixed typo in init --- tomcat6-6.0.init | 2 +- tomcat6.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tomcat6-6.0.init b/tomcat6-6.0.init index dd12ef6..919ddd1 100644 --- a/tomcat6-6.0.init +++ b/tomcat6-6.0.init @@ -58,7 +58,7 @@ fi CONNECTOR_PORT="${CONNECTOR_PORT:-8080}" # Path to the tomcat launch script -TOMCAT_SCRIPT="/usr/sbin/tomcat6 +TOMCAT_SCRIPT="/usr/sbin/tomcat6" # Tomcat program name TOMCAT_PROG="${NAME}" diff --git a/tomcat6.spec b/tomcat6.spec index cb5605b..4e00a8c 100644 --- a/tomcat6.spec +++ b/tomcat6.spec @@ -53,7 +53,7 @@ Name: tomcat6 Epoch: 0 Version: %{major_version}.%{minor_version}.%{micro_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API Group: Networking/Daemons @@ -566,6 +566,9 @@ fi %{appdir}/sample %changelog +* Fri Mar 04 2011 David Knox 0:6.0.32-5 +- Fixed typo in tomcat6 init + * Wed Mar 02 2011 David Knox 0:6.0.32-4 - Resolves rhbz 681677