Bug#621020: really? (Debian Policy and LSB)

2012-04-11 Thread Nicholas Bamber
tag 621020 +moreinfo thanks Regarding #621020 /etc/init.d/mysql uses set -e for most of the script, but that is not compatible with the LSB library /lib/lsb/init-functions. This particularly causes problems whenever log_end_msg is called with a nonzero argument, as log_end_msg will return that

Bug#621020: really? (Debian Policy and LSB)

2012-04-11 Thread Raphael Hertzog
Hi, On Wed, 11 Apr 2012, Nicholas Bamber wrote: Hmm... This contradicts section 6.1 of the Debian policy. The package management system looks at the exit status from these scripts. It is important that they exit with a non-zero status if Here these scripts refer to package maintainer

Bug#621020: really? (Debian Policy and LSB)

2012-04-11 Thread Nicholas Bamber
Ah thanks. YEs that rings a bell now. On 11/04/12 21:04, Raphael Hertzog wrote: Hi, On Wed, 11 Apr 2012, Nicholas Bamber wrote: Hmm... This contradicts section 6.1 of the Debian policy. The package management system looks at the exit status from these scripts. It is important that they exit