> I do not see a reason to having these names added. If you do have > more than one iptables program with different configuration installed > in your custom environment, use some custom shell scripts to readout $0 > and pass control to whatever instance. Fair enough, I can easily keep this change locally. (FYI, in this particular case the wrapper is actually a generic arch-based dispatch binary used for many other binaries as well: you symlink /bin/prog to /bin/arch_dispatch, and then /bin/prog32 or /bin/prog64 gets called, ultimately probably the dispatcher should be fixed to pass 'prog' instead of 'prog32' or 'prog64' as argv[0].) - Maciej -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html