guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: build: Add a comment above the sysvinit section.


From: guix-commits
Subject: 05/07: build: Add a comment above the sysvinit section.
Date: Sat, 23 May 2020 09:39:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9927e5b11b88a85fffb959b515430c2312c8dff3
Author: Vincent Legoll <address@hidden>
AuthorDate: Sun May 17 19:16:58 2020 +0200

    build: Add a comment above the sysvinit section.
    
    * nix/local.mk (sysvinitservicedir): Add a comment.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 nix/local.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/local.mk b/nix/local.mk
index dbcdde8..c136fb7 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -175,6 +175,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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]