> Well, we "tradionally" had setproctitle("[priv]") in the parent. I > changed the tradition to setproctitle("parent"). > > I have no objections with changing this in the parent (but keeping the > setproctitles in the children) to either the default (all command line > flags) or to something like setproctitle("parent, %s", conffile). > Command line flags suck and I don't think that -d or -v would be > helpful in the output, so I prefer the latter.
"-v" is helpful at least for rc.d which needs to match the full args list by default > All rc scripts would have to be adjusted by somebody with better rc-fu. Actually if things are properly done, the non default pexp line in the rc.d scripts should just be removed and that's it. -- Antoine