[selinux-policy: 379/3172] fix for sf

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:37:36 UTC 2010


commit 9b57ae78e4db152159f5ad3c36632680130715e1
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 15 21:23:40 2005 +0000

    fix for sf

 www/libs.inc.php |    4 ++--
 www/publish.sh   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/www/libs.inc.php b/www/libs.inc.php
index fb70875..1a1ee20 100644
--- a/www/libs.inc.php
+++ b/www/libs.inc.php
@@ -9,8 +9,8 @@
 
   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 = "/home/kmacmillan/public_html/t_c";
+  $smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c";
   $smarty->template_dir = "$fixpath/html";
 
   $smarty->assign("border", "0");
diff --git a/www/publish.sh b/www/publish.sh
index 288f8f9..1e525f6 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -2,4 +2,4 @@
 
 # This will 'publish' the reference policy website.
 
-rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs/pre
+rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs


More information about the scm-commits mailing list