Re: [ovs-dev] [rhel --user v2 6/7] utilities: fix ovsdb file ownership

2015-11-26 Thread Flavio Leitner
On Fri, Nov 20, 2015 at 03:33:19AM -0800, Andy Zhou wrote: > Change ovsdb file ownership to match "$OVS_USER":"$OVS_GROUP" when > we either create it for the first time, or upgrade it. > > Signed-off-by: Andy Zhou > > --- Acked-by: Flavio Leitner _

[ovs-dev] [rhel --user v2 6/7] utilities: fix ovsdb file ownership

2015-11-25 Thread Andy Zhou
Change ovsdb file ownership to match "$OVS_USER":"$OVS_GROUP" when we either create it for the first time, or upgrade it. Signed-off-by: Andy Zhou --- v1->v2 : * Change ovsdb files only at the first level of ovsdb dir. Not doing 'chown -R' --- utilities/ovs-ctl.in | 5 + 1 file