lighttpd 1.4.19-5ubuntu4 i386 init script broken, fix suggested
Bug #329595 reported by
jyio
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lighttpd (Ubuntu) |
Fix Released
|
Undecided
|
Daniel Hahler |
Bug Description
Binary package hint: lighttpd
Upon upgrading the lighttpd package in Kubuntu 9.04, the service fails to start with the following message:
/etc/init.
invoke-rc.d: initscript lighttpd, action "start" failed.
The following code starting on line 36:
function syntax_check
{
DAEMON $DAEMON_OPTS -t || exit 1
}
should be changed to
syntax_check ()
{
$DAEMON $DAEMON_OPTS -t || exit 1
}
to fix the problem.
Related branches
To post a comment you must log in.
This bug was fixed in the package lighttpd - 1.4.19-5ubuntu5
---------------
lighttpd (1.4.19-5ubuntu5) jaunty; urgency=low
* Fix bashism in init.d (LP: #329595)
-- Daniel Hahler <email address hidden> Sun, 15 Feb 2009 23:53:19 +0100