From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO1dy-000504-J4 for guix-patches@gnu.org; Mon, 13 Apr 2020 12:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO1dw-0005Nv-FH for guix-patches@gnu.org; Mon, 13 Apr 2020 12:09:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49024) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO1dv-0005ND-ND for guix-patches@gnu.org; Mon, 13 Apr 2020 12:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO1dv-0006x4-Ih for guix-patches@gnu.org; Mon, 13 Apr 2020 12:09:03 -0400 Subject: [bug#40601] [PATCH 1/5] nix/local.mk: Add missing comment to sysvinit section. References: <58b21d29-f0b0-af8a-8c9e-11f4dd7a317a@gmail.com> In-Reply-To: <58b21d29-f0b0-af8a-8c9e-11f4dd7a317a@gmail.com> Resent-Message-ID: From: Vincent Legoll Date: Mon, 13 Apr 2020 18:07:36 +0200 Message-Id: <20200413160740.19584-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40601@debbugs.gnu.org Cc: Vincent Legoll * nix/local.mk (sysvinit): Add comment. --- nix/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/local.mk b/nix/local.mk index a64bdd2137..412d89ba3d 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -164,6 +164,7 @@ etc/guix-%.service: etc/guix-%.service.in \ "$<" > "$@.tmp"; \ mv "$@.tmp" "$@" +# The service script for sysvinit. sysvinitservicedir = $(sysconfdir)/init.d nodist_sysvinitservice_DATA = etc/init.d/guix-daemon -- 2.26.0