[Bug 329595] [NEW] lighttpd 1.4.19-5ubuntu4 i386 init script broken, fix suggested

jyio inportb at gmail.com
Sun Feb 15 02:35:25 UTC 2009


Public bug reported:

Binary package hint: lighttpd

Upon upgrading the lighttpd package in Kubuntu 9.04, the service fails
to start with the following message:

/etc/init.d/lighttpd: 36: function: not found                                                            
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.

** Affects: lighttpd (Ubuntu)
     Importance: Undecided
         Status: New

-- 
lighttpd 1.4.19-5ubuntu4 i386 init script broken, fix suggested
https://bugs.launchpad.net/bugs/329595
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list