JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@205 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
0d5ad3fa16
commit
806219ab59
|
@ -7,6 +7,7 @@ jetty-7.0.0.M2-SNAPSHOT
|
|||
+ 273767 Update to use geronimo annotations spec 1.1.1
|
||||
+ JETTY-1003 java.lang.IllegalArgumentException: timeout can't be negative
|
||||
+ JETTY-1004 CERT VU#402580 Canonical path handling includes ? in path segment
|
||||
+ JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
|
||||
|
||||
jetty-6.1.17 30 April 2009
|
||||
+ JETTY-936 Make optional dispatching to welcome files as servlets
|
||||
|
|
|
@ -83,6 +83,8 @@
|
|||
# JETTY_USER
|
||||
# if set, then used as a username to run the server as
|
||||
#
|
||||
# Set to 0 if you do not want to use start-stop-daemon (especially on SUSE boxes)
|
||||
START_STOP_DAEMON=1
|
||||
|
||||
usage()
|
||||
{
|
||||
|
@ -661,3 +663,4 @@ esac
|
|||
exit 0
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue