From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56241) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hyj8l-0007tr-Ug for guix-patches@gnu.org; Fri, 16 Aug 2019 16:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hyj8l-0004Xe-1n for guix-patches@gnu.org; Fri, 16 Aug 2019 16:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hyj8k-0004Ws-Am for guix-patches@gnu.org; Fri, 16 Aug 2019 16:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hyj8k-0002Ha-8U for guix-patches@gnu.org; Fri, 16 Aug 2019 16:48:02 -0400 Subject: bug#37054: [PATCH] gnu: wpa-supplicant: install documentation. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190816163649.1429-1-timotej.lazar@araneo.si> Date: Fri, 16 Aug 2019 22:47:12 +0200 In-Reply-To: <20190816163649.1429-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Fri, 16 Aug 2019 18:36:50 +0200") Message-ID: <871rxkhm7j.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Timotej Lazar Cc: 37054-done@debbugs.gnu.org Hi, Timotej Lazar skribis: > * gnu/packages/admin.scm (wpa-supplicant): > Install READMEs and the example config file. > --- > wpa_supplicant.conf(5) does not explain all configuration options but > refers to the example config file, so install it along with READMEs. I tweaked the indentation, added the above explanation as a comment, and committed the result on your behalf. Thank you, Ludo=E2=80=99.