mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: hurd: Remove deprecated 'hurd-getty-service' wrapper.
* gnu/services/hurd.scm (hurd-getty-service): Remove.
This commit is contained in:
parent
60fdd9e389
commit
7304cb0a23
1 changed files with 0 additions and 5 deletions
|
@ -115,9 +115,4 @@ (define hurd-getty-service-type
|
||||||
(description
|
(description
|
||||||
"Provide console login using the Hurd @command{getty} program.")))
|
"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
|
;;; hurd.scm ends here
|
||||||
|
|
Loading…
Reference in a new issue