1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/createlinks mezzanine_patched_e-smith-ingo-1.1/createlinks |
2 |
--- e-smith-ingo-1.1/createlinks 2005-08-31 18:37:01.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-ingo-1.1/createlinks 2006-09-23 12:15:35.000000000 -0500 |
4 |
@@ -2,6 +2,7 @@ |
5 |
|
6 |
use File::Basename; |
7 |
use File::Path; |
8 |
+use esmith::Build::CreateLinks qw(:all); |
9 |
|
10 |
sub safe_touch |
11 |
{ |
12 |
@@ -37,3 +38,11 @@ |
13 |
email-update |
14 |
)); |
15 |
} |
16 |
+ |
17 |
+foreach (qw(conf.php prefs.php backends.php)) |
18 |
+{ |
19 |
+ safe_symlink("/etc/e-smith/templates-default/template-begin-php", |
20 |
+ "root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/$_/template-begin"); |
21 |
+ safe_symlink("/etc/e-smith/templates-default/template-end-php", |
22 |
+ "root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/$_/template-end"); |
23 |
+} |