/[smeserver]/rpms/e-smith-ingo/sme8/e-smith-ingo-1.1-2.createlinks.patch
ViewVC logotype

Contents of /rpms/e-smith-ingo/sme8/e-smith-ingo-1.1-2.createlinks.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 26 05:00:55 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
- Initial production build

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 +}

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