[Bug 713646] Re: IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash
Daniel Hahler
launchpad at thequod.de
Sat Feb 12 14:46:15 UTC 2011
The proper fix would be to remove the bashism "function", and define the function as:
iptables() {
/sbin/ip6tables "$@"
}
Apart from that, I cannot see why it uses eval here - the original suggestion in ticket #439 by "jodal" did not do so.
I will bring this up in the upstream tracker, but I cannot login there currently.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.
https://bugs.launchpad.net/bugs/713646
Title:
IPv6 functionality in ip_ plugin assumse #!/bin/sh being bash
More information about the Ubuntu-server-bugs
mailing list