diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-12-09 22:49:35 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-09 23:15:44 +0100 |
| commit | 2a5c003c532901b6dec7d5947816939534a284d9 (patch) | |
| tree | 3b25e19ea018164d23b4c48d254a593ea55760da /gnu/system | |
| parent | 050d9f515808df6c67f7a7d3835d294f353c65b1 (diff) | |
services: shepherd: Default to 1.0.
* gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]:
Default to SHEPHERD-1.0.
* gnu/system/hurd.scm (%base-packages/hurd): Change to SHEPHERD-1.0.
Change-Id: I7b0c3041d61a6f5d89c9d6d3caf7a8eedf5d8ca5
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/hurd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 6263d3de71e..c9df366f24b 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm | |||
| @@ -83,7 +83,7 @@ | |||
| 83 | ;; Note: the Shepherd comes before the Hurd, not just because its duty is to | 83 | ;; Note: the Shepherd comes before the Hurd, not just because its duty is to |
| 84 | ;; shepherd the herd, but also because we want its 'halt' and 'reboot' | 84 | ;; shepherd the herd, but also because we want its 'halt' and 'reboot' |
| 85 | ;; commands to take precedence. | 85 | ;; commands to take precedence. |
| 86 | (list shepherd-0.10 hurd netdde bash coreutils file findutils grep sed | 86 | (list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed |
| 87 | diffutils patch gawk tar gzip bzip2 xz lzip | 87 | diffutils patch gawk tar gzip bzip2 xz lzip |
| 88 | guile-3.0-latest guile-colorized guile-readline | 88 | guile-3.0-latest guile-colorized guile-readline |
| 89 | net-base nss-certs inetutils less procps shadow sudo which | 89 | net-base nss-certs inetutils less procps shadow sudo which |
