diff options
author | Alex Kost <alezost@gmail.com> | 2015-06-15 13:18:20 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-06-16 21:24:13 +0300 |
commit | f5a9ffa006687c6759e3d329159dc938b4a705ea (patch) | |
tree | cd107e55097b4d8eb2be26714b5b908d7a59a908 /doc | |
parent | 01e64ef50434e663b0f3488dcba0b99bf6ed7a83 (diff) | |
download | patches-f5a9ffa006687c6759e3d329159dc938b4a705ea.tar patches-f5a9ffa006687c6759e3d329159dc938b4a705ea.tar.gz |
system: Rename 'sudoers' into 'sudoers-file'.
* gnu/system.scm (<operating-system>): Rename record field.
(etc-directory): Rename argument.
(operating-system-etc-directory): Adjust accordingly.
* doc/guix.texi (operating-system Reference): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f707b5c58f..1c7f4e1232 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4606,8 +4606,8 @@ Linux @dfn{pluggable authentication module} (PAM) services. List of string-valued G-expressions denoting setuid programs. @xref{Setuid Programs}. -@item @code{sudoers} (default: @var{%sudoers-specification}) -@cindex sudoers +@item @code{sudoers-file} (default: @var{%sudoers-specification}) +@cindex sudoers file The contents of the @file{/etc/sudoers} file as a file-like object (@pxref{G-Expressions, @code{local-file} and @code{plain-file}}). |