/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-09.horde_menu_array.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-09.horde_menu_array.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:48:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-22_el5_sme, e-smith-horde-1_13_0-21_el5_sme, e-smith-horde-1_13_0-24_el5_sme
Import on branch sme8 of package e-smith-horde-1.13.0-21.el5.sme.src.rpm

1 slords 1.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] }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed