Re: [ovs-dev] [PATCH] debian: Fix log rotation.

2012-03-22 Thread Justin Pettit
Looks good to me. Thanks. --Justin On Mar 22, 2012, at 10:20 AM, Ben Pfaff wrote: > Commit 24e81092a1 (debian: Bring Debian packaging in-line with new file > locations) introduced an ambiguous "--t" option invoking ovs-appctl, so > ovs-vswitchd and ovsdb-server were not reopening their log fil

[ovs-dev] [PATCH] debian: Fix log rotation.

2012-03-22 Thread Ben Pfaff
Commit 24e81092a1 (debian: Bring Debian packaging in-line with new file locations) introduced an ambiguous "--t" option invoking ovs-appctl, so ovs-vswitchd and ovsdb-server were not reopening their log files following log rotation. This fixes the problem by correct the option name. Reported-by: