[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <02a1551e526646829ac1035ec73b9e85@SN2PR03MB061.namprd03.prod.outlook.com>
Date: Sat, 5 Jan 2013 05:34:40 +0000
From: KY Srinivasan <kys@...rosoft.com>
To: Jason Wang <jasowang@...hat.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
Haiyang Zhang <haiyangz@...rosoft.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "thozza@...hat.com" <thozza@...hat.com>
Subject: RE: [PATCH] tools: fix a typo in hv_set_ifconfig.sh
> -----Original Message-----
> From: Jason Wang [mailto:jasowang@...hat.com]
> Sent: Saturday, January 05, 2013 12:03 AM
> To: gregkh@...uxfoundation.org; KY Srinivasan; Haiyang Zhang; linux-
> kernel@...r.kernel.org
> Cc: thozza@...hat.com; Jason Wang
> Subject: [PATCH] tools: fix a typo in hv_set_ifconfig.sh
>
> Signed-off-by: Jason Wang <jasowang@...hat.com>
Acked-by: K. Y. Srinivasan <kys@...rosoft.com>
> ---
> tools/hv/hv_set_ifconfig.sh | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/hv/hv_set_ifconfig.sh b/tools/hv/hv_set_ifconfig.sh
> index 3e9427e..daf7ec0 100755
> --- a/tools/hv/hv_set_ifconfig.sh
> +++ b/tools/hv/hv_set_ifconfig.sh
> @@ -65,4 +65,4 @@ cp $1 /etc/sysconfig/network-scripts/
> interface=$(echo $1 | awk -F - '{ print $2 }')
>
> /sbin/ifdown $interface 2>/dev/null
> -/sbin/ifup $interfac 2>/dev/null
> +/sbin/ifup $interface 2>/dev/null
> --
> 1.7.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists