[ovs-dev] [PATCH] debian: Fix path for ovsdb-server in init script.

Brad Hall brad at nicira.com
Mon Aug 1 17:48:30 UTC 2011


Looks good to me.  Thanks for fixing :)

On Mon, Aug 1, 2011 at 10:45 AM, Justin Pettit <jpettit at nicira.com> wrote:
> Reported-by: Brad Hall <brad at nicira.com>
> ---
>  debian/openvswitch-switch.init |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
> index a9bf443..3487afb 100755
> --- a/debian/openvswitch-switch.init
> +++ b/debian/openvswitch-switch.init
> @@ -23,7 +23,7 @@
>  # Short-Description: Open vSwitch switch
>  ### END INIT INFO
>
> -(test -x /usr/sbin/ovs-vswitchd && test -x /usr/bin/ovsdb-server) || exit 0
> +(test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0
>
>  . /usr/share/openvswitch/scripts/ovs-lib.sh
>  test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch
> --
> 1.7.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list