/[smecontribs]/rpms/smeserver-egroupware/contribs8/smeserver-egroupware-1.8.005-sme5127.patch
ViewVC logotype

Contents of /rpms/smeserver-egroupware/contribs8/smeserver-egroupware-1.8.005-sme5127.patch

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


Revision 1.1 - (show annotations) (download)
Sun Dec 15 19:24:32 2013 UTC (10 years, 4 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-egroupware-1_8_005-5_el5_sme, HEAD
* Sun Dec 15 2013  JP Pialasse <tests@pialasse.com> 1.8.005-5.sme
- fix hostname [SME: 5127]

1 diff -up smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql.sme5127 smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql
2 --- smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql.sme5127 2013-12-11 18:21:37.000000000 -0500
3 +++ smeserver-egroupware-1.8.005/root/etc/e-smith/templates/etc/e-smith/sql/init/81egw_domain.sql 2013-12-15 14:13:30.000000000 -0500
4 @@ -8,7 +8,7 @@ USE mysql;
5 USE { $egroupware{DbName} };
6
7 REPLACE INTO `egw_config` (`config_app`, `config_name`, `config_value`)
8 - VALUES ('phpgwapi', 'hostname', '{ $DomainName }');
9 + VALUES ('phpgwapi', 'hostname', '{$SystemName }.{ $DomainName }');
10
11 REPLACE INTO `egw_config` (`config_app`, `config_name`, `config_value`)
12 VALUES ('phpgwapi', 'mail_suffix', '{ $DomainName }' );

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