diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/hurd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 5e47798cbd9..fa63a8cbef3 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2020-2024 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2020-2025 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> | 3 | ;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org> |
| 4 | ;;; | 4 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| @@ -90,7 +90,7 @@ | |||
| 90 | `(("/bin/sh" ,(file-append bash "/bin/sh")) | 90 | `(("/bin/sh" ,(file-append bash "/bin/sh")) |
| 91 | ("/usr/bin/env" ,(file-append coreutils | 91 | ("/usr/bin/env" ,(file-append coreutils |
| 92 | "/bin/env")))) | 92 | "/bin/env")))) |
| 93 | (service syslog-service-type)) | 93 | (service shepherd-system-log-service-type)) |
| 94 | (map (lambda (n) | 94 | (map (lambda (n) |
| 95 | (service hurd-getty-service-type | 95 | (service hurd-getty-service-type |
| 96 | (hurd-getty-configuration | 96 | (hurd-getty-configuration |
