*** This bug is a duplicate of bug 929298 ***
    https://bugs.launchpad.net/bugs/929298

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: jetty (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to jetty in Ubuntu.
https://bugs.launchpad.net/bugs/1152140

Title:
  Error in /etc/init.d/jetty script

Status in “jetty” package in Ubuntu:
  Confirmed

Bug description:
  
  When starting jetty via /etc/init.d/jetty script I encounter the following 
error:

  grep: character class syntax is [[:space:]], not [:space:]

  
  The cause of this error is line 212 of /etc/init.d/jetty which currently reads

  CONFIG_LINES=$(cat /etc/jetty/jetty.conf | grep -v "^[:space:]*#" | tr
  "\n" " ")

  and should read

  CONFIG_LINES=$(cat /etc/jetty/jetty.conf | grep -v "^[[:space:]]*#" |
  tr "\n" " ")

  Thanks
  Jay

  
  lsb_release -rd
  Description:  Ubuntu 12.04.2 LTS
  Release:      12.04

  
  apt-cache policy jetty
  jetty:
    Installed: 6.1.24-6ubuntu0.12.04.1
    Candidate: 6.1.24-6ubuntu0.12.04.1
    Version table:
   *** 6.1.24-6ubuntu0.12.04.1 0
          500 http://ca.archive.ubuntu.com/ubuntu/ precise-updates/universe 
i386 Packages
          500 http://security.ubuntu.com/ubuntu/ precise-security/universe i386 
Packages
          100 /var/lib/dpkg/status
       6.1.24-6 0
          500 http://ca.archive.ubuntu.com/ubuntu/ precise/universe i386 
Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jetty/+bug/1152140/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to