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

2015-11-20 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 --- utilities/ovs-lib.in | 4 1 file changed, 4 insertions(+) diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in index 34e2041..3fbc2f5 1

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

2015-11-24 Thread Ben Pfaff
On Thu, Nov 19, 2015 at 12:58:38PM -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 > --- > utilities/ovs-lib.in | 4 > 1 file changed, 4 insertions(+) > > diff

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

2015-11-24 Thread Andy Zhou
On Tue, Nov 24, 2015 at 2:19 PM, Ben Pfaff wrote: > On Thu, Nov 19, 2015 at 12:58:38PM -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 > > --- > > utilities

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

2015-11-24 Thread Ben Pfaff
On Tue, Nov 24, 2015 at 03:02:08PM -0800, Andy Zhou wrote: > On Tue, Nov 24, 2015 at 2:19 PM, Ben Pfaff wrote: > > > On Thu, Nov 19, 2015 at 12:58:38PM -0800, Andy Zhou wrote: > > > Change ovsdb file ownership to match "$OVS_USER":"$OVS_GROUP" when > > > we either create it for the first time, or