Bug#954234: /etc/init.d/munin has two broken function definitions

2020-03-20 Thread Craig Sanders
On Thu, Mar 19, 2020 at 04:59:46PM +0100, de...@sumpfralle.de wrote: > After taking a closer look at the man pages of both shell implementations, > this > seems to be in line with their respective documentations: > > 1) dash > Syntax: name () command > Thus *any* command is allowed (including

Bug#954234: /etc/init.d/munin has two broken function definitions

2020-03-19 Thread devel
Hello Craig, Thank you for your report! Am Thu, 19 Mar 2020 14:14:42 +1100 schrieb Craig Sanders : > Package: munin > Version: 2.0.57-1 > > At the bottom of the /etc/init.d/munin script are two lines: > > do_stop_cmd_override() true > do_start_cmd_override() true > > This is **NOT**

Bug#954234: /etc/init.d/munin has two broken function definitions

2020-03-18 Thread Craig Sanders
Package: munin Version: 2.0.57-1 At the bottom of the /etc/init.d/munin script are two lines: do_stop_cmd_override() true do_start_cmd_override() true This is **NOT** how you define a shell function. The function code needs to be inside curly braces, and (because they're defined with a