1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/00header mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/00header |
2 |
--- smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/00header 2006-03-02 21:36:45.000000000 -0700 |
3 |
+++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/00header 2007-03-23 23:19:23.000000000 -0600 |
4 |
@@ -1,3 +1,3 @@ |
5 |
//00Header |
6 |
-// * $Horde: gollem/config/backends.php.dist,v 1.41.2.6 2006/02/22 06:48:37 slusarz Exp $ |
7 |
+// * $Horde: gollem/config/backends.php.dist,v 1.41.2.7 2006/11/27 03:32:40 slusarz Exp $ |
8 |
|
9 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp |
10 |
--- smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp 2007-03-23 23:45:38.000000000 -0600 |
11 |
+++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/gollem/config/backends.php/100LocalFtp 2007-03-23 23:44:17.000000000 -0600 |
12 |
@@ -21,7 +21,9 @@ |
13 |
// IDs are identical to the remote FTP server. |
14 |
// You must be running a version of Horde >= 3.1 for this parameter to |
15 |
// have any effect. |
16 |
- // 'maplocalids' => true |
17 |
+ // 'maplocalids' => true, |
18 |
+ // The default permissions to set for newly created folders and files. |
19 |
+ // 'permissions' => '750' |
20 |
), |
21 |
'loginparams' => array( |
22 |
// Allow the user to change the FTP server. |
23 |
@@ -32,7 +34,6 @@ |
24 |
// 'root' => '', |
25 |
// 'home' => '', |
26 |
// 'createhome' => false, |
27 |
- // 'permissions' => '750', |
28 |
'filter' => '.qmail|.ssh|Maildir', |
29 |
// 'quota' => false, |
30 |
'clipboard' => true, |