Browse Source
system: Fix misleading comments.
* gnu/system.scm (<operating-system>)[skeletons, services]: Fix
misleading type comments.
version-1.0.0
Ludovic Courtès
3 years ago
No known key found for this signature in database
GPG Key ID: 90B11993D9AEBB5
1 changed files with
2 additions and
2 deletions
-
gnu/system.scm
|
|
@ -181,7 +181,7 @@ |
|
|
|
(groups operating-system-groups ; list of user groups |
|
|
|
(default %base-groups)) |
|
|
|
|
|
|
|
(skeletons operating-system-skeletons ; list of name/monadic value |
|
|
|
(skeletons operating-system-skeletons ; list of name/file-like value |
|
|
|
(default (default-skeletons))) |
|
|
|
(issue operating-system-issue ; string |
|
|
|
(default %default-issue)) |
|
|
@ -199,7 +199,7 @@ |
|
|
|
(name-service-switch operating-system-name-service-switch ; <name-service-switch> |
|
|
|
(default %default-nss)) |
|
|
|
|
|
|
|
(services operating-system-user-services ; list of monadic services |
|
|
|
(services operating-system-user-services ; list of services |
|
|
|
(default %base-services)) |
|
|
|
|
|
|
|
(pam-services operating-system-pam-services ; list of PAM services |
|
|
|