[jetty9] 100/135: Minor reformatting of debian/jetty8.init

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 17 14:53:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jetty9.

commit 02a2f21bd14cd7c605c1e5875b6e436135cc0df2
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 2 10:10:55 2015 +0100

    Minor reformatting of debian/jetty8.init
---
 debian/jetty8.init | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/jetty8.init b/debian/jetty8.init
index 1d758b6..d83154a 100644
--- a/debian/jetty8.init
+++ b/debian/jetty8.init
@@ -186,11 +186,15 @@ export JAVA_HOME
 
 export JAVA="$JAVA_HOME/bin/java"
 
-JAVA_OPTIONS="$JAVA_OPTIONS -Djava.io.tmpdir=$JETTY_TMP \
-  -Djava.library.path=/usr/lib -DSTART=$JETTY_START_CONFIG \
-  -Djetty.home=$JETTY_HOME -Djetty.logs=$LOGDIR \
-  -Djetty.state=$JETTY_STATE \
-  -Djetty.host=$JETTY_HOST -Djetty.port=$JETTY_PORT"
+JAVA_OPTIONS="$JAVA_OPTIONS \
+	-Djava.io.tmpdir=$JETTY_TMP \
+	-Djava.library.path=/usr/lib \
+	-DSTART=$JETTY_START_CONFIG \
+	-Djetty.home=$JETTY_HOME \
+	-Djetty.logs=$LOGDIR \
+	-Djetty.state=$JETTY_STATE \
+	-Djetty.host=$JETTY_HOST \
+	-Djetty.port=$JETTY_PORT"
 
 # Set the JSP compiler if set in the jetty.default file
 if [ -n "$JSP_COMPILER" ]; then
@@ -418,7 +422,7 @@ case "$1" in
 	log_success_msg "JETTY_HOST     =  $JETTY_HOST"
 	log_success_msg "JETTY_PORT     =  $JETTY_PORT"
 	log_success_msg "ARGUMENTS      =  $ARGUMENTS"
-        
+
 	if [ -f $PIDFILE ]
 	then
 		log_success_msg "$DESC is running with pid `cat $PIDFILE`, and is reachable on http://$JETTY_HOST:$JETTY_PORT/"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git



More information about the pkg-java-commits mailing list