On Thu, Nov 16, 2017 at 10:47:15AM +0000, Jason Hendry wrote: > Hi, > > Was not sure where to send this so hoping this is the right place. We > am running Centos6 with conntrack-tools. The reload option to the > conntrackd init.d script does not work due to a syntax error on the > killproc init function. [...] > Index: conntrackd > =================================================================== > --- conntrackd (revision 46829) > +++ conntrackd (working copy) > @@ -85,7 +85,7 @@ > # XXX: can conntrackd reload? > reload() { > echo -n $"Reloading $prog configuration: " > - killproc -HUP $prog > + killproc $prog -HUP > retval=$? > echo > return $retval > > > If you prefer this be submitted somewhere else or in a different > format I am happy to do so. I think you have to send this to the CentOS people, I don't see such script on our git tree. Thanks. -- 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