[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 39591255cfcc1b988173520f93f9367374732a49

Roland Mas lolando at fusionforge.org
Wed May 7 12:07:01 CEST 2014


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_3 has been updated
       via  39591255cfcc1b988173520f93f9367374732a49 (commit)
      from  f64e6f722624042f23738c9ea7ebc4dec8b03cec (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 39591255cfcc1b988173520f93f9367374732a49
Author: Roland Mas <lolando at debian.org>
Date:   Wed May 7 12:06:55 2014 +0200

    Fixed PATH

diff --git a/src/install/install4 b/src/install/install4
index 8ef77d7..9a1b5c4 100755
--- a/src/install/install4
+++ b/src/install/install4
@@ -42,6 +42,7 @@ install4_config_redhat()
 {
 	install4_config
 
+	export PATH=$PATH:/usr/share/gforge/bin/:/usr/share/gforge/utils:/opt/gforge/utils
 	defaults=$(FUSIONFORGE_NO_PLUGINS=true forge_get_config config_path)/config.ini.d/defaults.ini
 	sed -i -e s's/^apache_user = .*/apache_user = apache/' $defaults
 	sed -i -e s's/^apache_group = .*/apache_group = apache/' $defaults

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

Summary of changes:
 src/install/install4 |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list