guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: vsftpd: Edit description.


From: guix-commits
Subject: 01/07: gnu: vsftpd: Edit description.
Date: Fri, 2 Jul 2021 02:24:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26f31c7c9a3351b9c5675c63f2f1609ef27fd9a9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 04:53:35 2021 +0200

    gnu: vsftpd: Edit description.
    
    Address ‘guix lint’ warnings.  Neither tiptoe around the name nor sell
    anything.
    
    * gnu/packages/ftp.scm (vsftpd)[synopsis]: Make useful.
    [description]: Use its full name and some nice mark-up.
---
 gnu/packages/ftp.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index cd51ec5..68424c1 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -293,9 +293,11 @@ directory comparison and more.")
      `(("libcap" ,libcap)
        ("linux-pam" ,linux-pam)
        ("openssl" ,openssl)))
-    (synopsis "vsftpd FTP daemon")
-    (description "@command{vsftpd} is a daemon that listens on a TCP socket
-for clients and gives them access to local files via File Transfer
-Protocol.")
+    (synopsis "Small FTP server with a focus on security")
+    (description
+     "The Very Secure File Transfer Protocol Daemon or @command{vsftpd} is a
+server that listens on a TCP socket for clients and gives them access to local
+files via @acronym{FTP, the File Transfer Protocol}.  Security is a goal; not a
+guarantee.")
     (home-page "https://security.appspot.com/vsftpd.html";)
-    (license gpl2)))
+    (license gpl2)))                    ; with OpenSSL exception



reply via email to

[Prev in Thread] Current Thread [Next in Thread]