]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-config.patch
- up to 1.0.34
[packages/pure-ftpd.git] / pure-ftpd-config.patch
1 --- configuration-file/pure-ftpd.conf.in~       2004-02-29 12:18:57.000000000 +0100
2 +++ configuration-file/pure-ftpd.conf.in        2004-04-15 13:35:52.321993376 +0200
3 @@ -107,23 +107,23 @@
4  
5  # LDAP configuration file (see README.LDAP)
6  
7 -# LDAPConfigFile                /etc/pureftpd-ldap.conf
8 +# LDAPConfigFile                /etc/ftpd/pureftpd-ldap.conf
9  
10  
11  
12  # MySQL configuration file (see README.MySQL)
13  
14 -# MySQLConfigFile               /etc/pureftpd-mysql.conf
15 +# MySQLConfigFile               /etc/ftpd/pureftpd-mysql.conf
16  
17  
18  # Postgres configuration file (see README.PGSQL)
19  
20 -# PGSQLConfigFile               /etc/pureftpd-pgsql.conf
21 +# PGSQLConfigFile               /etc/ftpd/pureftpd-pgsql.conf
22  
23  
24  # PureDB user database (see README.Virtual-Users)
25  
26 -# PureDB                        /etc/pureftpd.pdb
27 +# PureDB                        /etc/ftpd/pureftpd.pdb
28  
29  
30  # Path to pure-authd socket (see README.Authentication-Modules)
31 --- configuration-file/pure-ftpd.conf.in~       2004-07-29 22:58:53.000000000 +0200
32 +++ configuration-file/pure-ftpd.conf.in        2004-07-29 22:57:25.000000000 +0200
33 @@ -276,7 +276,7 @@
34  
35  # Disallow anonymous users to upload new files (no = upload is allowed)
36  
37 -AnonymousCantUpload         no
38 +AnonymousCantUpload         yes
39  
40  
41  
42 --- configuration-file/pure-ftpd.conf.in        2004-09-15 17:03:04.000000000 +0200
43 +++ configuration-file/pure-ftpd.conf.in        2004-11-06 16:55:31.382772400 +0100
44 @@ -157,6 +157,7 @@
45  
46  # 'ls' recursion limits. The first argument is the maximum number of
47  # files to be displayed. The second one is the max subdirectories depth
48 +# If LimitRecursion is not present default is 2000 5 
49  
50  LimitRecursion              2000 8
51  
This page took 0.033553 seconds and 3 git commands to generate.