Fixed typo in init
This commit is contained in:
parent
52d719825c
commit
6a7af86dad
@ -58,7 +58,7 @@ fi
|
|||||||
CONNECTOR_PORT="${CONNECTOR_PORT:-8080}"
|
CONNECTOR_PORT="${CONNECTOR_PORT:-8080}"
|
||||||
|
|
||||||
# Path to the tomcat launch script
|
# Path to the tomcat launch script
|
||||||
TOMCAT_SCRIPT="/usr/sbin/tomcat6
|
TOMCAT_SCRIPT="/usr/sbin/tomcat6"
|
||||||
|
|
||||||
# Tomcat program name
|
# Tomcat program name
|
||||||
TOMCAT_PROG="${NAME}"
|
TOMCAT_PROG="${NAME}"
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
Name: tomcat6
|
Name: tomcat6
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
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
|
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||||
|
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
@ -566,6 +566,9 @@ fi
|
|||||||
%{appdir}/sample
|
%{appdir}/sample
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 02 2011 David Knox <dknox@redhat.com> 0:6.0.32-4
|
||||||
- Resolves rhbz 681677
|
- Resolves rhbz 681677
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user