1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayChdir mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayChdir |
2 |
|
|
--- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayChdir 1970-01-01 01:00:00.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayChdir 2007-10-29 19:19:52.000000000 +0000 |
4 |
|
|
@@ -0,0 +1 @@ |
5 |
|
|
+DisplayChdir .message |
6 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayFirstChdir mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayFirstChdir |
7 |
|
|
--- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayFirstChdir 2002-05-03 19:05:47.000000000 +0100 |
8 |
|
|
+++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05DisplayFirstChdir 1970-01-01 01:00:00.000000000 +0100 |
9 |
|
|
@@ -1 +0,0 @@ |
10 |
|
|
-DisplayFirstChdir .message |
11 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/50AnonymousPrimary mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/50AnonymousPrimary |
12 |
|
|
--- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/50AnonymousPrimary 2006-03-17 00:09:50.000000000 +0000 |
13 |
|
|
+++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/50AnonymousPrimary 2007-10-29 19:20:24.000000000 +0000 |
14 |
|
|
@@ -15,7 +15,7 @@ |
15 |
|
|
UseFtpUsers on |
16 |
|
|
MaxClients 10 |
17 |
|
|
DisplayLogin welcome.msg |
18 |
|
|
- DisplayFirstChdir .message |
19 |
|
|
+ DisplayChdir .message |
20 |
|
|
<Limit LOGIN> |
21 |
|
|
AllowAll |
22 |
|
|
</Limit> |
23 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/60AnonymousIBay mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/60AnonymousIBay |
24 |
|
|
--- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/60AnonymousIBay 2006-03-17 00:09:50.000000000 +0000 |
25 |
|
|
+++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/60AnonymousIBay 2007-10-29 19:20:43.000000000 +0000 |
26 |
|
|
@@ -65,7 +65,7 @@ |
27 |
|
|
$OUT .= " UseFtpUsers on\n"; |
28 |
|
|
$OUT .= " MaxClients 10\n"; |
29 |
|
|
$OUT .= " DisplayLogin welcome.msg\n"; |
30 |
|
|
- $OUT .= " DisplayFirstChdir .message\n"; |
31 |
|
|
+ $OUT .= " DisplayChdir .message\n"; |
32 |
|
|
$OUT .= " <Limit LOGIN>\n"; |
33 |
|
|
$OUT .= " Order Allow,Deny\n"; |
34 |
|
|
$OUT .= " Allow from $allow\n"; |