1 |
brianr |
1.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 }' ); |