From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] kni: avoid using lsb_release script Date: Wed, 07 Dec 2016 18:37:22 +0100 Message-ID: <4435274.KSSQxReSOT@xps13> References: <1480073634-14079-1-git-send-email-robin.jarry@6wind.com> <1480076537-16630-1-git-send-email-robin.jarry@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Robin Jarry Return-path: Received: from mail-wj0-f179.google.com (mail-wj0-f179.google.com [209.85.210.179]) by dpdk.org (Postfix) with ESMTP id C33112B8C for ; Wed, 7 Dec 2016 18:37:24 +0100 (CET) Received: by mail-wj0-f179.google.com with SMTP id tk12so73014961wjb.3 for ; Wed, 07 Dec 2016 09:37:24 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-11-25 12:24, Ferruh Yigit: > On 11/25/2016 12:22 PM, Robin Jarry wrote: > > The lsb_release script is part of an optional package which is not > > always installed. On the other hand, /etc/lsb-release is always present > > even on minimal Ubuntu installations. > > > > root@ubuntu1604:~# dpkg -S /etc/lsb-release > > base-files: /etc/lsb-release > > > > Read the file if present and use the variables defined in it. > > > > Signed-off-by: Robin Jarry > > Acked-by: Ferruh Yigit Applied, thanks