/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-24.webmail_name.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-24.webmail_name.patch

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 2 20:38:16 2008 UTC (16 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-24_el5_sme
* Tue Apr 1 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.13.0-24
- Patch to allow users to add a different name to their webmail installation other
  than horde.  To use - config setprop horde Name xxxx ; signal-event email-update.
  Change will be seen in /home/httpd/html/horde/config/registry.php/110AppRegistryHorde
  [SME: 3707]

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde
2     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde 2008-03-16 22:33:52.000000000 -0500
3     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/110AppRegistryHorde2008-03-16 22:30:51.000000000 -0500
4     @@ -3,7 +3,11 @@
5     'fileroot' => dirname(__FILE__) . '/..',
6     'webroot' => '/horde',
7     'initial_page' => 'login.php',
8     - 'name' => _("Horde"),
9     +{
10     + my $HordeName= $horde{'Name'} || 'Horde';
11     +
12     + $OUT = qq( 'name' => _\("$HordeName"\),);
13     +}
14     'status' => 'active',
15     'templates' => dirname(__FILE__) . '/../templates',
16     'provides' => 'horde'

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