Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes

2008-08-26 Thread Michael Meskes
On Mon, Aug 25, 2008 at 06:46:50PM +0200, Michael Biebl wrote: I guess this would work. Please keep in mind to never use set -e then, otherwise your script will exit at this point if /lib/lsb/init-functions doesn't exist. Sure? [EMAIL PROTECTED]:~$ cat a.sh #!/bin/sh set -e [ -f foo ] echo

Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes

2008-08-25 Thread Michael Meskes
On Sun, Aug 24, 2008 at 09:29:03PM +0200, Michael Biebl wrote: NOLSB=yes [..] [ -f /lib/lsb/init-functions ] || NOLSB=yes == NOLSB will never be no This is not exactly true because in [...] /etc/default/virtualbox-ose is sourced if available. Thus NOLSB could be reset there. Don't make a

Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes

2008-08-25 Thread Michael Biebl
Michael Meskes wrote: On Sun, Aug 24, 2008 at 09:29:03PM +0200, Michael Biebl wrote: NOLSB=yes [..] [ -f /lib/lsb/init-functions ] || NOLSB=yes == NOLSB will never be no This is not exactly true because in [...] /etc/default/virtualbox-ose is sourced if available. Thus NOLSB could be

Bug#474089: [Pkg-virtualbox-devel] Bug#474089: closed by Michael Meskes [EMAIL PROTECTED] (Bug#474089: fixed in virtualbox-ose 1.5.6-dfsg-5)

2008-08-24 Thread Frank Mehnert
On Sunday 24 August 2008, Michael Biebl wrote: The current version in unstable still doesn't use the lsb logging functions, so I'm reopening the bug report. NOLSB=yes [..] [ -f /lib/lsb/init-functions ] || NOLSB=yes == NOLSB will never be no I also think that the checks if [ -z $NOLSB