Re: [ovs-dev] [PATCH 1/2] lib: Move addition of program_name to proctitle_set
On Thu, Oct 11, 2012 at 08:49:38PM +, Ed Maste wrote: > Signed-off-by: Ed Maste Applied to master, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH 1/2] lib: Move addition of program_name to proctitle_set
Signed-off-by: Ed Maste --- lib/command-line.c | 9 ++--- lib/daemon.c | 5 ++--- lib/worker.c | 3 +-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/command-line.c b/lib/command-line.c index 76a4e74..eb9f6b1 100644 --- a/lib/command-line.c +++ b/lib/command-l