convert from 6 -> 7

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@249 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Jesse McConnell 2009-05-21 18:48:09 +00:00
parent aeabaaab90
commit 679bd236f5
1 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
# To get the service to restart correctly on reboot, uncomment below (3 lines):
# ========================
# chkconfig: 3 99 99
# description: Jetty 6 webserver
# description: Jetty 7 webserver
# processname: jetty
# ========================
@ -136,8 +136,8 @@ NO_START=0
##################################################
# See if there's a default configuration file
##################################################
if [ -f /etc/default/jetty6 ] ; then
. /etc/default/jetty6
if [ -f /etc/default/jetty7 ] ; then
. /etc/default/jetty7
elif [ -f /etc/default/jetty ] ; then
. /etc/default/jetty
fi
@ -198,13 +198,13 @@ if [ "$JETTY_HOME" = "" ] ; then
/home \
"
JETTY_DIR_NAMES=" \
jetty-6 \
jetty6 \
jetty-6.* \
jetty-7 \
jetty7 \
jetty-7.* \
jetty \
Jetty-6 \
Jetty6 \
Jetty-6.* \
Jetty-7 \
Jetty7 \
Jetty-7.* \
Jetty \
"