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.
This commit is contained in:
		
							parent
							
								
									c2533c3da2
								
							
						
					
					
						commit
						26f31c7c9a
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -293,9 +293,11 @@ directory comparison and more.")
 | 
				
			||||||
     `(("libcap" ,libcap)
 | 
					     `(("libcap" ,libcap)
 | 
				
			||||||
       ("linux-pam" ,linux-pam)
 | 
					       ("linux-pam" ,linux-pam)
 | 
				
			||||||
       ("openssl" ,openssl)))
 | 
					       ("openssl" ,openssl)))
 | 
				
			||||||
    (synopsis "vsftpd FTP daemon")
 | 
					    (synopsis "Small FTP server with a focus on security")
 | 
				
			||||||
    (description "@command{vsftpd} is a daemon that listens on a TCP socket
 | 
					    (description
 | 
				
			||||||
for clients and gives them access to local files via File Transfer
 | 
					     "The Very Secure File Transfer Protocol Daemon or @command{vsftpd} is a
 | 
				
			||||||
Protocol.")
 | 
					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")
 | 
					    (home-page "https://security.appspot.com/vsftpd.html")
 | 
				
			||||||
    (license gpl2)))
 | 
					    (license gpl2)))                    ; with OpenSSL exception
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue