Init script missing function when starting lighttpd
Bug #600767 reported by
Richard
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lighttpd (Ubuntu) |
Fix Released
|
High
|
Daniel Hahler |
Bug Description
Binary package hint: lighttpd
When starting lighttpd:
$ sudo service lighttpd start
/etc/init.
Could be fixed by adding:
syntax_check() {
$DAEMON -t $DAEMON_OPTS || exit $?
}
to the file.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: lighttpd 1.4.26-3ubuntu1
ProcVersionSign
Uname: Linux 2.6.35-6-generic x86_64
Architecture: amd64
Date: Thu Jul 1 12:45:49 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta amd64 (20100318)
ProcEnviron:
PATH=(custom, user)
LANG=en_CA.utf8
SHELL=/bin/bash
SourcePackage: lighttpd
Changed in lighttpd (Ubuntu): | |
importance: | Undecided → Medium |
importance: | Medium → High |
status: | Confirmed → Triaged |
status: | Triaged → In Progress |
assignee: | nobody → Daniel Hahler (blueyed) |
tags: | added: patch |
To post a comment you must log in.
I have confirmed this in Maverick. I can do a simple patch for this.