From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id EA9F371C0F for ; Thu, 5 Apr 2018 09:33:41 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2018 02:33:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,410,1517904000"; d="scan'208";a="40880009" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga003.jf.intel.com with ESMTP; 05 Apr 2018 02:33:41 -0700 To: Khem Raj , openembedded-core@lists.openembedded.org References: <20180404111321.10824-1-alexander.kanavin@linux.intel.com> <20180404111321.10824-8-alexander.kanavin@linux.intel.com> From: Alexander Kanavin Message-ID: Date: Thu, 5 Apr 2018 12:27:18 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH 08/22] bash-completion: update to 2.8 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2018 09:33:42 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/05/2018 03:18 AM, Khem Raj wrote: >> # Delete files already provided by util-linux >> local i >> - for i in mount umount rfkill; do >> + for i in mount umount; do > > where did rfkill go ? util-linux obviously. bash-completion no longer provides it in 2.8. Alex