diff mbox series

[bug#57670] services: agetty-service-type: Add missing dash.

Message ID y76illy72ko.wl-hako@ultrarare.space
State Accepted
Headers show
Series [bug#57670] services: agetty-service-type: Add missing dash. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Hilton Chain Sept. 8, 2022, 7:22 a.m. UTC
* gnu/services/base.scm (<agetty-configuration>): Add missing dash for
no-hostname? configuration.
---

It has been absent for nearly 6 years!

 gnu/services/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: b45a44eaad890f31d9418dbb8cb14e3ee1d83c19

Comments

Ludovic Courtès Sept. 8, 2022, 2:18 p.m. UTC | #1
Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/services/base.scm (<agetty-configuration>): Add missing dash for
> no-hostname? configuration.
> ---
>
> It has been absent for nearly 6 years!

Woow, crazy.  Applied, thanks!

Ludo’.
diff mbox series

Patch

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 @@  (define-record-type* <agetty-configuration>
                     (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))