]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-config.patch
- updated -config.patch: set AnonymousCantUpload to `yes' as default
[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  
This page took 0.076975 seconds and 3 git commands to generate.