mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
system: Fix typo in docstring.
* gnu/system.scm (operating-system-etc-service): Fix typo.
This commit is contained in:
parent
5d03ef73c3
commit
211a503522
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
|
||||
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
|
||||
|
@ -858,8 +858,8 @@ (define (validated-sudoers-file file)
|
|||
(copy-file #$file #$output)))))
|
||||
|
||||
(define* (operating-system-etc-service os)
|
||||
"Return a <service> that builds containing the static part of the /etc
|
||||
directory."
|
||||
"Return a <service> that builds a directory containing the static part of
|
||||
the /etc directory."
|
||||
(let* ((login.defs
|
||||
(plain-file "login.defs"
|
||||
(string-append
|
||||
|
|
Loading…
Reference in a new issue