1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/createlinks mezzanine_patched_e-smith-horde-1.13.0/createlinks |
2 |
--- e-smith-horde-1.13.0/createlinks 2006-09-23 15:38:01.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-horde-1.13.0/createlinks 2006-09-23 15:37:48.000000000 -0500 |
4 |
@@ -13,6 +13,17 @@ |
5 |
)); |
6 |
} |
7 |
|
8 |
+# conf.menu.apps.php-horde |
9 |
+ |
10 |
+foreach (qw(conf.menu.apps.php)) |
11 |
+{ |
12 |
+ templates2events("/home/httpd/html/horde/$_", qw( |
13 |
+ bootstrap-console-save |
14 |
+ console-save |
15 |
+ email-update |
16 |
+ )); |
17 |
+} |
18 |
+ |
19 |
foreach (qw(registry.php prefs.php mime_drivers.php)) |
20 |
{ |
21 |
safe_symlink("/etc/e-smith/templates-default/template-begin-php", |
22 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin |
23 |
--- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin 1969-12-31 18:00:00.000000000 -0600 |
24 |
+++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/01begin 2006-09-23 11:09:19.000000000 -0500 |
25 |
@@ -0,0 +1,4 @@ |
26 |
+{ |
27 |
+%apps = (); |
28 |
+$OUT = ''; |
29 |
+} |
30 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu |
31 |
--- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu 1969-12-31 18:00:00.000000000 -0600 |
32 |
+++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/05ProcessMenu 2006-09-23 11:09:19.000000000 -0500 |
33 |
@@ -0,0 +1,9 @@ |
34 |
+{ |
35 |
+my $MenuArray = $horde{'MenuArray'} || "enabled"; |
36 |
+ return "# No menu icons are enabled" |
37 |
+ unless $MenuArray eq 'enabled'; |
38 |
+ |
39 |
+$OUT .= "\$conf['menu']['apps'] = array('" . |
40 |
+ (join "', '", sort keys %apps) . |
41 |
+ "');\n"; |
42 |
+} |
43 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin |
44 |
--- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin 1969-12-31 18:00:00.000000000 -0600 |
45 |
+++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/template-begin 2006-09-23 11:09:19.000000000 -0500 |
46 |
@@ -0,0 +1 @@ |
47 |
+<?php |
48 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates.metadata/home/httpd/html/horde/conf.menu.apps.php mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates.metadata/home/httpd/html/horde/conf.menu.apps.php |
49 |
--- e-smith-horde-1.13.0/root/etc/e-smith/templates.metadata/home/httpd/html/horde/conf.menu.apps.php 1969-12-31 18:00:00.000000000 -0600 |
50 |
+++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates.metadata/home/httpd/html/horde/conf.menu.apps.php 2006-09-23 11:08:13.000000000 -0500 |
51 |
@@ -0,0 +1,3 @@ |
52 |
+PERMS=0640 |
53 |
+GID="www" |
54 |
+FILTER=sub { $_[0] =~ /^\s*$/ ? '' : $_[0] } |