This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c1b839  doc: Document missing openssh configure option.
9c1b839 is described below

commit 9c1b8390ba36c0b9e3d5580b0f00206255f9b9a8
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Oct 9 16:45:12 2020 +0300

    doc: Document missing openssh configure option.
    
    * doc/guix.texi (Networking Services): Document configuration option to
    specify the openssh package for the openssh-service-type.
---
 doc/guix.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 553a3b8..94afdff 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15351,6 +15351,9 @@ example:
 This is the configuration record for OpenSSH's @command{sshd}.
 
 @table @asis
+@item @code{openssh} (default @var{openssh})
+The Openssh package to use.
+
 @item @code{pid-file} (default: @code{"/var/run/sshd.pid"})
 Name of the file where @command{sshd} writes its PID.
 

Reply via email to