Configure scripts were rewritten to use plain /bin/sh instead of Bash. CPU and network plugins were extended to work for FreeBSD. The attached patches are for 6.1.
Patch to replace bash with sh in configure is rejected.
And that's why: bash is an de facto standard in Linux world, it's available for BSD also, it's easy for me as main developer to write in bash,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch for configure scripts
Patch for CPU plugin
Patch for network interface plugin
FreeBSD cpu support was commited to trunk. I've changed it a little so please check that it works for you
FreeBSD net support was commited to trunk. I've changed it a little so
please check that it works for you
Patch to replace bash with sh in configure is rejected.
And that's why: bash is an de facto standard in Linux world, it's available for BSD also, it's easy for me as main developer to write in bash,