From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW5mq-0002Sk-SJ for guix-patches@gnu.org; Wed, 29 May 2019 17:07:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hW5mp-0005bW-SC for guix-patches@gnu.org; Wed, 29 May 2019 17:07:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hW5mo-0005aq-Hc for guix-patches@gnu.org; Wed, 29 May 2019 17:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hW5mo-0002ma-A2 for guix-patches@gnu.org; Wed, 29 May 2019 17:07:02 -0400 Subject: [bug#35910] [PATCH] services: Add =?UTF-8?Q?=E2=80=98/usr/bin/env=E2=80=99?= special file. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190526020635.20780-1-me@tobias.gr> Date: Wed, 29 May 2019 23:06:24 +0200 In-Reply-To: <20190526020635.20780-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Sun, 26 May 2019 04:06:35 +0200") Message-ID: <87a7f5t1gv.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: Tobias Geerinckx-Rice Cc: 35910@debbugs.gnu.org Hi, Tobias Geerinckx-Rice skribis: > I didn't even realise this was =E2=80=98missing=E2=80=99. Is there any r= eason not to include it next to /bin/sh? > > Sure, it's not pure, but then why provide /bin/sh when nowadays /usr/bin/= env is both more common, more flexible,> > > Feel free to gently enlighten me. The =E2=80=98special-files=E2=80=99 service, =E2=80=98extra-special-file=E2= =80=99, and related documentation, including a snippet for adding /usr/bin/env (info "(guix) Base Services"), stem from this discussion: https://lists.gnu.org/archive/html/guix-devel/2017-02/msg00205.html So, do people want to add /usr/bin/env by default? :-) Thanks, Ludo=E2=80=99.