ovs-vswitchd: Don't register for SIGHUP.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 20 Feb 2014 22:58:36 +0000 (14:58 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Sat, 22 Feb 2014 00:43:04 +0000 (16:43 -0800)
commit0b114fa05db7166c49eea70ca4a3a41dd75b1f53
treeba70d21fe509a3465f9f51839ad2ce59c50f0b6f
parent6b59b543c840ac82acc4d57f865c0b5e331ac590
ovs-vswitchd: Don't register for SIGHUP.

We are registering an interest in SIGHUP to reopen
log files. But there is an 'ovs-appctl vlog/reopen'
command that does the same and is used in the
logrotate config for the distributions.

So remove the redundant functionality.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
NEWS
vswitchd/ovs-vswitchd.8.in
vswitchd/ovs-vswitchd.c