guix-commits
[Top][All Lists]
Advanced

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

02/02: services: hurd: Remove deprecated 'hurd-getty-service' wrapper.


From: guix-commits
Subject: 02/02: services: hurd: Remove deprecated 'hurd-getty-service' wrapper.
Date: Sat, 13 Jun 2020 04:08:09 -0400 (EDT)

janneke pushed a commit to branch master
in repository guix.

commit 7304cb0a23a11b68d98ee70d911adc7048900536
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jun 13 10:04:51 2020 +0200

    services: hurd: Remove deprecated 'hurd-getty-service' wrapper.
    
    * gnu/services/hurd.scm (hurd-getty-service): Remove.
---
 gnu/services/hurd.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/services/hurd.scm b/gnu/services/hurd.scm
index 1ccf164..61d92b4 100644
--- a/gnu/services/hurd.scm
+++ b/gnu/services/hurd.scm
@@ -115,9 +115,4 @@
    (description
     "Provide console login using the Hurd @command{getty} program.")))
 
-(define* (hurd-getty-service config)
-  "Return a service to run the Hurd getty according to @var{config}, which
-specifies the tty to run, among other things."
-  (service hurd-getty-service-type config))
-
 ;;; hurd.scm ends here



reply via email to

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