Bug#493407: networking initscript no-longer brings up interfaces if /etc/network/options exists due to new upload of lsb

2008-08-03 Thread Simon Huggins
retitle 493407 lsb-base: bashism in init-functions + kills networking on reboot on systems where /bin/sh = /bin/bash thanks Aha, just found this bug. This is actually bad for people using bash as /bin/sh too with -e set. Your innocent looking changes to the logging system include:

Bug#493407: networking initscript no-longer brings up interfaces if /etc/network/options exists due to new upload of lsb

2008-08-03 Thread Vincent Fourmond
Hello, Simon Huggins wrote: #!/bin/sh -e This finds the file on my system (yes I should have removed it ages ago) and then that function returns with -1 here and the script exits without bringing up interfaces breaking unrelated software. Adding || /bin/true to the end of