[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 8c4488498fa17dd47114cd7545c5b0ec80c4c214

Roland Mas lolando at fusionforge.org
Mon Dec 16 17:26:47 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  8c4488498fa17dd47114cd7545c5b0ec80c4c214 (commit)
      from  85c44e0c579ee2f233527f60379088a3ca6fe813 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c4488498fa17dd47114cd7545c5b0ec80c4c214
Author: Roland Mas <lolando at debian.org>
Date:   Mon Dec 16 17:26:17 2013 +0100

    Rollback /opt/gforge/src -> /opt/gforge change

diff --git a/src/install/install5_post b/src/install/install5_post
index c4e0fea..0ba0fbd 100644
--- a/src/install/install5_post
+++ b/src/install/install5_post
@@ -63,11 +63,11 @@ install5_post_debian()
 
         for i in secrets.inc vhost-list.inc vhost-main.inc vhost-projects.inc ; do
             if [ ! -e /etc/gforge/httpd.conf.d/$i ] ; then
-                cp /opt/gforge/etc/httpd.conf.d-opt/$i /etc/gforge/httpd.conf.d/$i
+                cp /opt/gforge/src/etc/httpd.conf.d-opt/$i /etc/gforge/httpd.conf.d/$i
                 if [ $i = "secrets.inc" ] ; then
                     chmod 700 /etc/gforge/httpd.conf.d/$i
                 fi
-                PATH=/opt/gforge/utils:$PATH manage-apache-config.sh install
+                PATH=/opt/gforge/src/utils:$PATH manage-apache-config.sh install
                 mv /etc/gforge/httpd.conf.d/$i.generated /etc/gforge/httpd.conf.d/$i
             fi
         done

-----------------------------------------------------------------------

Summary of changes:
 src/install/install5_post |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list