diff options
-rw-r--r-- | gnu/services/shepherd.scm | 2 | ||||
-rw-r--r-- | gnu/system/hurd.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm index 05534ab317..d5c3ae77e8 100644 --- a/gnu/services/shepherd.scm +++ b/gnu/services/shepherd.scm @@ -95,7 +95,7 @@ shepherd-configuration make-shepherd-configuration shepherd-configuration? (shepherd shepherd-configuration-shepherd - (default shepherd-0.10)) ; file-like + (default shepherd-1.0)) ;file-like (services shepherd-configuration-services (default '()))) ; list of <shepherd-service> diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm index 6263d3de71..c9df366f24 100644 --- a/gnu/system/hurd.scm +++ b/gnu/system/hurd.scm @@ -83,7 +83,7 @@ ;; Note: the Shepherd comes before the Hurd, not just because its duty is to ;; shepherd the herd, but also because we want its 'halt' and 'reboot' ;; commands to take precedence. - (list shepherd-0.10 hurd netdde bash coreutils file findutils grep sed + (list shepherd-1.0 hurd netdde bash coreutils file findutils grep sed diffutils patch gawk tar gzip bzip2 xz lzip guile-3.0-latest guile-colorized guile-readline net-base nss-certs inetutils less procps shadow sudo which |