guix-commits
[Top][All Lists]
Advanced

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

21/21: services: agetty-service-type: Add missing dash.


From: guix-commits
Subject: 21/21: services: agetty-service-type: Add missing dash.
Date: Thu, 8 Sep 2022 10:24:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 685dd8fb1359287bb3dd4ea16c757662856b242a
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Sep 8 15:22:31 2022 +0800

    services: agetty-service-type: Add missing dash.
    
    * gnu/services/base.scm (<agetty-configuration>): Add missing dash for
    no-hostname? configuration.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index bb11732de2..616bc42e69 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -880,7 +880,7 @@ the message of the day, among other things."
                     (default #f))
   (no-hints?        agetty-no-hints?              ;Boolean
                     (default #f))
-  (no-hostname?     agetty-no hostname?           ;Boolean
+  (no-hostname?     agetty-no-hostname?           ;Boolean
                     (default #f))
   (long-hostname?   agetty-long-hostname?         ;Boolean
                     (default #f))



reply via email to

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