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