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:
David Yu 2009-05-05 07:09:18 +00:00
parent 0d5ad3fa16
commit 806219ab59
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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