~ubuntu-branches/ubuntu/trusty/jetty/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/jetty.default

  • Committer: Bazaar Package Importer
  • Author(s): Niels Thykier
  • Date: 2010-07-05 22:28:14 UTC
  • mfrom: (1.4.1 upstream) (11.2.6 maverick)
  • Revision ID: james.westby@ubuntu.com-20100705222814-utlpk7u0xzq7bfw0
Tags: 6.1.24-6
* Removed Depends on JREs for library packages, no longer required
  by the policy.
* Added missing depends on JREs for the jetty package.
* Made init script ignore weird exit statuses from logrotate.
  (Closes: 589681, LP: #607202)
* Fixed broken restart command in jetty init script. Was missing a
  negation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# Set this to an empty string to prevent Jetty from starting automatically
11
11
#JETTY_USER=jetty
12
12
 
13
 
# Listen to connections from this network host (leave empty to accept all connections)
14
 
#Uncomment to restrict access to localhost
 
13
# Listen to connections from this network host
 
14
# Use 0.0.0.0 as host to accept all connections.
 
15
# Uncomment to restrict access to localhost
15
16
#JETTY_HOST=$(uname -n)
16
17
 
17
18
# The network port used by Jetty