]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- improved info about my supplements (man page, comment in configuration
authortwittner <twittner@pld-linux.org>
Mon, 8 Nov 2004 20:33:06 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  file)

Changed files:
    pure-ftpd-path_to_ssl_cert_in_config.patch -> 1.8

pure-ftpd-path_to_ssl_cert_in_config.patch

index 848060a973dffb88ef84da44a49e64291e2a5e2f..ec77d5f9ed608226c865648cbb55c917314a76a3 100644 (file)
@@ -23,13 +23,18 @@ diff -Nur b/configuration-file/pure-config.py.in n/configuration-file/pure-confi
 diff -Nur b/configuration-file/pure-ftpd.conf.in n/configuration-file/pure-ftpd.conf.in
 --- b/configuration-file/pure-ftpd.conf.in     2004-09-15 17:03:04.281580000 +0200
 +++ n/configuration-file/pure-ftpd.conf.in     2004-09-15 17:02:28.547012000 +0200
-@@ -420,7 +420,8 @@
+@@ -420,7 +420,13 @@
  # 3) Only compatible clients will log in.
  
  # TLS                      1
 -
-+# SSLCertFile /etc/ssl/private/pure-ftpd.pem 
-+#             or /var/lib/openssl/certs/ftpd.pem (current location in PLD)
++
++# Path to SSL certificate file. This is non-standard addition
++# and it might disappear in the future. If not present
++# default is /var/lib/openssl/certs/ftpd.pem for PLD.
++#
++# SSLCertFile /etc/ssl/private/pure-ftpd.pem
++#     
  
  
  # Listen only to IPv4 addresses in standalone mode (ie. disable IPv6)
@@ -58,8 +63,8 @@ diff -Nur b/man/pure-ftpd.8 n/man/pure-ftpd.8
  .B \-6
  Listen only to IPv6 connections.
  .TP
-+.B \-7 file
-+Path to SSL certificate file.
++.B \-7 SSL certificate file
++Path to SSL certificate file. If option \-7 is not present default value is /var/lib/openssl/certs/ftpd.pem for PLD. This is non\-standard addition. It might disappear in the future and meaning of \-7 option is not guaranted.
 +.TP
  .B \-a gid
  Regular users will be chrooted to their home directories, unless
This page took 0.110955 seconds and 4 git commands to generate.