[ovs-dev] Bug#642206: [PATCH] debian: Correct path to ovs-controller in init script.

Ben Pfaff blp at nicira.com
Tue Sep 20 18:00:47 UTC 2011


Thanks, I pushed this to master and branch-1.2.

On Tue, Sep 20, 2011 at 10:23:02AM -0700, Justin Pettit wrote:
> Looks good.
> 
> --Justin
> 
> 
> On Sep 20, 2011, at 9:39 AM, Ben Pfaff wrote:
> 
> > Reported-by: George Shuklin <amarao at desunote.ru>
> > Bug-report: http://bugs.debian.org/642206
> > ---
> > AUTHORS                            |    1 +
> > debian/openvswitch-controller.init |    2 +-
> > 2 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/AUTHORS b/AUTHORS
> > index da8210f..c7d56fd 100644
> > --- a/AUTHORS
> > +++ b/AUTHORS
> > @@ -62,6 +62,7 @@ Dave Walker             DaveWalker at ubuntu.com
> > Derek Cormier           derek.cormier at lab.ntt.co.jp
> > DK Moon                 dkmoon at nicira.com
> > Gaetano Catalli         gaetano.catalli at gmail.com
> > +George Shuklin          amarao at desunote.ru
> > Ghanem Bahri            bahri.ghanem at gmail.com
> > Giuseppe de Candia      giuseppe.decandia at gmail.com
> > Gordon Good             ggood at nicira.com
> > diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init
> > index 1638f14..a5403b8 100755
> > --- a/debian/openvswitch-controller.init
> > +++ b/debian/openvswitch-controller.init
> > @@ -31,7 +31,7 @@
> > 
> > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
> > 
> > -DAEMON=/usr/sbin/ovs-controller # Introduce the server's location here
> > +DAEMON=/usr/bin/ovs-controller # Introduce the server's location here
> > NAME=ovs-controller         # Introduce the short server's name here
> > DESC=ovs-controller         # Introduce a short description here
> > LOGDIR=/var/log/openvswitch # Log directory to use
> > -- 
> > 1.7.4.4
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 





More information about the dev mailing list