Re: [ovs-dev] [PATCH] vswitchd: Install vswitch.ovsschema to $(pkgdatadir).

2011-06-17 Thread Justin Pettit
The patch pair seems reasonable to me. --Justin On Jun 17, 2011, at 3:02 PM, Ben Pfaff wrote: > On Fri, Jun 17, 2011 at 01:52:07PM -0700, Ben Pfaff wrote: >> This way, the xenserver spec file and the upcoming RHEL 5.6 spec file don't >> have to install it by hand. >> >> Signed-off-by: Ben Pfaf

Re: [ovs-dev] [PATCH] vswitchd: Install vswitch.ovsschema to $(pkgdatadir).

2011-06-17 Thread Ben Pfaff
On Fri, Jun 17, 2011 at 01:52:07PM -0700, Ben Pfaff wrote: > This way, the xenserver spec file and the upcoming RHEL 5.6 spec file don't > have to install it by hand. > > Signed-off-by: Ben Pfaff This also needed the following change, which I've folded in: diff --git a/Makefile.am b/Makefile.am

[ovs-dev] [PATCH] vswitchd: Install vswitch.ovsschema to $(pkgdatadir).

2011-06-17 Thread Ben Pfaff
This way, the xenserver spec file and the upcoming RHEL 5.6 spec file don't have to install it by hand. Signed-off-by: Ben Pfaff --- vswitchd/automake.mk |1 + xenserver/openvswitch-xen.spec |2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/vswitchd/automake