Looks good.

--Justin


On Jun 17, 2011, at 1:52 PM, Ben Pfaff wrote:

> Reported-by: Andrew Evans <aev...@nicira.com>
> ---
> debian/openvswitch-switch.init   |    2 +-
> xenserver/etc_init.d_openvswitch |    4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
> index 44ec67c..9c7343b 100755
> --- a/debian/openvswitch-switch.init
> +++ b/debian/openvswitch-switch.init
> @@ -34,7 +34,7 @@ case $1 in
>     start)
>       set $ovs_ctl start --system-id=random
>       if test X"$FORCE_COREFILES" != X; then
> -         set "$@" --force-oorefiles="$FORCE_COREFILES"
> +         set "$@" --force-corefiles="$FORCE_COREFILES"
>       fi
> 
>       # Allow GRE traffic.
> diff --git a/xenserver/etc_init.d_openvswitch 
> b/xenserver/etc_init.d_openvswitch
> index 941a94d..d638846 100755
> --- a/xenserver/etc_init.d_openvswitch
> +++ b/xenserver/etc_init.d_openvswitch
> @@ -51,7 +51,7 @@ start () {
>     set "$@" --external-id=xs-system-uuid="$INSTALLATION_UUID"
>     set "$@" --daemon-cwd=/var/xen/openvswitch
>     if test X"$FORCE_COREFILES" != X; then
> -     set "$@" --force-oorefiles="$FORCE_COREFILES"
> +     set "$@" --force-corefiles="$FORCE_COREFILES"
>     fi
>     if test X"$OVSDB_SERVER_PRIORITY" != X; then
>       set "$@" --ovsdb-server-priority="$OVSDB_SERVER_PRIORITY"
> @@ -115,7 +115,7 @@ case $1 in
>         $ovs_ctl version
>         ;;
>     force-reload-kmod)
> -        $ovs_ctl force_reload_kmod
> +        $ovs_ctl force-reload-kmod
>         ;;
>     help)
>         printf "openvswitch 
> [start|stop|restart|reload|force-reload|status|version]\n"
> -- 
> 1.7.4.4
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to