Fixed typo in init
This commit is contained in:
parent
52d719825c
commit
6a7af86dad
@ -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}"
|
||||
|
@ -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 <dknox@redhat.com> 0:6.0.32-5
|
||||
- Fixed typo in tomcat6 init
|
||||
|
||||
* Wed Mar 02 2011 David Knox <dknox@redhat.com> 0:6.0.32-4
|
||||
- Resolves rhbz 681677
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user