[Bug 286887] Re: Check lighttpd.conf on restart

2011-08-10 Thread Bug Watch Updater
** Changed in: lighttpd (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/286887 Title: Check lighttpd.conf on restart To manage notifications about this bug

[Bug 286887] Re: Check lighttpd.conf on restart

2010-07-15 Thread Daniel Hahler
** Also affects: lighttpd (Debian) Importance: Undecided Status: New -- Check lighttpd.conf on restart https://bugs.launchpad.net/bugs/286887 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286887] Re: Check lighttpd.conf on restart

2010-07-15 Thread Daniel Hahler
** Bug watch added: Debian Bug tracker #589200 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589200 ** Changed in: lighttpd (Debian) Importance: Undecided = Unknown ** Changed in: lighttpd (Debian) Status: New = Unknown ** Changed in: lighttpd (Debian) Remote watch: None =

[Bug 286887] Re: Check lighttpd.conf on restart

2010-07-15 Thread Bug Watch Updater
** Changed in: lighttpd (Debian) Status: Unknown = New -- Check lighttpd.conf on restart https://bugs.launchpad.net/bugs/286887 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286887] Re: Check lighttpd.conf on restart

2009-02-16 Thread Daniel Hahler
Just for reference, there had been more uploads as follow-up: see bug 329595. -- Check lighttpd.conf on restart https://bugs.launchpad.net/bugs/286887 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286887] Re: Check lighttpd.conf on restart

2009-02-14 Thread Daniel Hahler
Please attach a patch the next time, since I had to manually apply it now. I've used DAEMON $DAEMON_OPTS -t || exit 1 for syntax_check now - hope that's OK. ** Changed in: lighttpd (Ubuntu) Assignee: (unassigned) = Daniel Hahler (blueyed) Status: New = In Progress ** Changed in:

[Bug 286887] Re: Check lighttpd.conf on restart

2009-02-14 Thread Launchpad Bug Tracker
This bug was fixed in the package lighttpd - 1.4.19-5ubuntu3 --- lighttpd (1.4.19-5ubuntu3) jaunty; urgency=low * init.d: check sytax during start/reload/restart/force-reload. Patch provided by Nic Ferrier. (LP: #286887) -- Daniel Hahler ubu...@thequod.de Sat, 14 Feb 2009

[Bug 286887] Re: Check lighttpd.conf on restart

2009-02-14 Thread Scott Kitterman
The above fix failed to build. I'll upload a new revision shortly that fixes that. -- Check lighttpd.conf on restart https://bugs.launchpad.net/bugs/286887 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 286887] Re: Check lighttpd.conf on restart

2009-02-11 Thread Nic Ferrier
I'd like to endorse this... here's the diff from our patched version: --- lighttpd2009-02-11 00:50:12.0 -0800 +++ changed 2009-02-11 00:57:36.0 -0800 @@ -31,8 +31,15 @@ . /lib/lsb/init-functions +function syntax_check +{ +$DAEMON $DAEMON_OPTS -t +[ $? -ne 0 ] || exit