summaryrefslogtreecommitdiffstats
path: root/network/jetty/README
diff options
context:
space:
mode:
author Mário Antunes <mariolpantunes@gmail.com>2014-10-05 08:01:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-05 08:01:01 +0700
commita6a57a4c8a6da1106e8d91bba9b09c6c4e3a08a9 (patch)
tree96e010c7a50e952f687638f0c509b46852563a71 /network/jetty/README
parent5e2ef622ec8109d7ad552b367223dc142ca96008 (diff)
downloadslackbuilds-a6a57a4c8a6da1106e8d91bba9b09c6c4e3a08a9.tar.gz
slackbuilds-a6a57a4c8a6da1106e8d91bba9b09c6c4e3a08a9.tar.xz
network/jetty: Updated for version 9.2.3.v20140905.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/jetty/README')
-rw-r--r--network/jetty/README28
1 files changed, 13 insertions, 15 deletions
diff --git a/network/jetty/README b/network/jetty/README
index 4a9b44dc52..31368bff74 100644
--- a/network/jetty/README
+++ b/network/jetty/README
@@ -1,19 +1,17 @@
-Jetty provides a Web server and javax.servlet container, plus support
-for SPDY, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations.
-These components are open source and available for commercial use
-and distribution.
+Jetty provides a Web server and javax.servlet container, plus support for SPDY,
+WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations.
+These components are open source and available for commercial use and distribution.
-Jetty is used in a wide variety of projects and products, both in
-development and production. Jetty can be easily embedded in devices,
-tools, frameworks, application servers, and clusters.
+Jetty is used in a wide variety of projects and products, both in development and production.
+Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters.
-This script repacks the tar.gz into a slackware package. It also
-links the startup script to /etc/rc.d/rc.jetty.
+This script repacks the tar.gz into a slackware package.
+It also links the startup script to /etc/rc.d/rc.jetty.
-## Startup To have this start upon each boot, add the following lines
-to /etc/rc.d/rc.local
+## Startup
+To have this start upon each boot, add the following lines to /etc/rc.d/rc.local
- # Start jetty
- if [ -x /etc/rc.d/rc.jetty ]; then
- /etc/rc.d/rc.jetty start
- fi
+# Start jetty
+if [ -x /etc/rc.d/rc.jetty ]; then
+ /etc/rc.d/rc.jetty start
+fi