* [bug#57670] [PATCH] services: agetty-service-type: Add missing dash.
@ 2022-09-08 7:22 Hilton Chain via Guix-patches via
2022-09-08 14:18 ` bug#57670: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-08 7:22 UTC (permalink / raw)
To: 57670
* 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(-)
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))
base-commit: b45a44eaad890f31d9418dbb8cb14e3ee1d83c19
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#57670: [PATCH] services: agetty-service-type: Add missing dash.
2022-09-08 7:22 [bug#57670] [PATCH] services: agetty-service-type: Add missing dash Hilton Chain via Guix-patches via
@ 2022-09-08 14:18 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-09-08 14:18 UTC (permalink / raw)
To: Hilton Chain; +Cc: 57670-done
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’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-08 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 7:22 [bug#57670] [PATCH] services: agetty-service-type: Add missing dash Hilton Chain via Guix-patches via
2022-09-08 14:18 ` bug#57670: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).