[selinux-policy: 576/3172] change compile dir to /tmp since home dirs are ro to apache on sf

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:54:23 UTC 2010


commit 7abb9e338b41eb960a63cad128d499d942ebfce4
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Aug 19 18:25:14 2005 +0000

    change compile dir to /tmp since home dirs are ro to apache on sf

 www/libs.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/www/libs.inc.php b/www/libs.inc.php
index 1a1ee20..fb489b0 100644
--- a/www/libs.inc.php
+++ b/www/libs.inc.php
@@ -10,7 +10,7 @@
   require_once (SMARTY_DIR."Smarty.class.php");
   $smarty = new Smarty;
   #$smarty->compile_dir = "/home/kmacmillan/public_html/t_c";
-  $smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c";
+  $smarty->compile_dir = "/tmp/persistent/serefpolicy";
   $smarty->template_dir = "$fixpath/html";
 
   $smarty->assign("border", "0");


More information about the scm-commits mailing list