Magellan Linux

Contents of /trunk/proftpd/patches/proftpd-1.3.3-config-caps.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 995 - (show annotations) (download)
Wed Mar 3 22:32:03 2010 UTC (14 years, 1 month ago) by niro
File size: 2302 byte(s)
-hint to disable caps on vserver

1 diff -Naur proftpd-1.3.3/sample-configurations/anonymous.conf proftpd-1.3.3-magellan/sample-configurations/anonymous.conf
2 --- proftpd-1.3.3/sample-configurations/anonymous.conf 2010-03-03 23:25:15.000000000 +0100
3 +++ proftpd-1.3.3-magellan/sample-configurations/anonymous.conf 2010-03-03 23:30:14.000000000 +0100
4 @@ -49,6 +49,9 @@
5 DisplayLogin welcome.msg
6 DisplayChdir .message
7
8 +# You may need to disable the capabilities-engine on vserver like OpenVZ
9 +#CapabilitiesEngine off
10 +
11 TransferLog /var/log/proftpd/xferlog
12 SystemLog /var/log/proftpd/proftpd.log
13
14 diff -Naur proftpd-1.3.3/sample-configurations/basic.conf proftpd-1.3.3-magellan/sample-configurations/basic.conf
15 --- proftpd-1.3.3/sample-configurations/basic.conf 2010-03-03 23:25:23.000000000 +0100
16 +++ proftpd-1.3.3-magellan/sample-configurations/basic.conf 2010-03-03 23:30:26.000000000 +0100
17 @@ -55,6 +55,9 @@
18 DenyAll
19 </Limit>
20
21 +# You may need to disable the capabilities-engine on vserver like OpenVZ
22 +#CapabilitiesEngine off
23 +
24 TransferLog /var/log/proftpd/xferlog
25 SystemLog /var/log/proftpd/proftpd.log
26
27 diff -Naur proftpd-1.3.3/sample-configurations/mod_sql.conf proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf
28 --- proftpd-1.3.3/sample-configurations/mod_sql.conf 2010-03-03 23:25:15.000000000 +0100
29 +++ proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf 2010-03-03 23:30:45.000000000 +0100
30 @@ -83,6 +83,9 @@
31 # (second param) from being group and world writable.
32 Umask 022 022
33
34 +# You may need to disable the capabilities-engine on vserver like OpenVZ
35 +#CapabilitiesEngine off
36 +
37 # TLS support (http://www.castaglia.org/proftpd/modules/mod_tls.html)
38 # Enable this with PROFTPD_OPTIONS=-DTLS in /etc/conf.d/proftpd
39 #
40 diff -Naur proftpd-1.3.3/sample-configurations/virtual.conf proftpd-1.3.3-magellan/sample-configurations/virtual.conf
41 --- proftpd-1.3.3/sample-configurations/virtual.conf 2010-03-03 23:25:19.000000000 +0100
42 +++ proftpd-1.3.3-magellan/sample-configurations/virtual.conf 2010-03-03 23:31:01.000000000 +0100
43 @@ -50,6 +50,9 @@
44 # Maximum seconds a data connection may "stall"
45 TimeoutStalled 300
46
47 +# You may need to disable the capabilities-engine on vserver like OpenVZ
48 +#CapabilitiesEngine off
49 +
50 TransferLog /var/log/proftpd/xferlog
51 SystemLog /var/log/proftpd/proftpd.log
52