[ovs-dev] [PATCH] openvswitch-switch.init: Redirect error to /dev/null.

Ben Pfaff blp at ovn.org
Tue Jan 5 19:28:50 UTC 2016


On Tue, Jan 05, 2016 at 10:18:41AM -0800, Gurucharan Shetty wrote:
> The latest Open vSwitch kernel module from Upstream linux does not
> list "version". During debian package installation, we would see
> a non-harmful error in the log. This patch suppresses it.
> 
> Signed-off-by: Gurucharan Shetty <guru at ovn.org>
> ---
>  debian/openvswitch-switch.init |   13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
> index aece780..ddf2192 100755
> --- a/debian/openvswitch-switch.init
> +++ b/debian/openvswitch-switch.init
> @@ -1,3 +1,4 @@
> +w
>  #! /bin/sh
>  #
>  # Copyright (C) 2011, 2012 Nicira, Inc.

Actually the "w" up there looks like a typo, please remove.



More information about the dev mailing list