[evolvis-commits] r9559: Better detection of cronolog path↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:27:33 CET 2011


Author: mirabilos
Date: 2011-02-24 17:27:33 +0100 (Thu, 24 Feb 2011)
New Revision: 9559

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
   trunk/gforge_base/evolvisforge-5.1/gforge/setup
Log:
Better detection of cronolog path


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 16:27:31 UTC (rev 9558)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/ChangeLog	2011-02-24 16:27:33 UTC (rev 9559)
@@ -4,6 +4,7 @@
 	setup)
 	* sys_localinc variable has now priority on all others local.inc
 	(pre.php). This allow to make easy multiple gforge config on the same box
+	* Better detection of cronolog path in setup
 
 2004-04-06  Tom Copeland <tom at infoether.com>
 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/setup
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/setup	2011-02-24 16:27:31 UTC (rev 9558)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/setup	2011-02-24 16:27:33 UTC (rev 9559)
@@ -39,7 +39,7 @@
 	DEFAULTldap_base_dn="dc=`echo $DEFAULTdomain_name | sed 's/\./,dc=/g'`"
 	DEFAULTldap_web_add_password=$(dd if=/dev/urandom count=256 bs=1 2> /dev/null | md5sum | cut -b1-8)
 	DEFAULTcgidir=$CGIDIR
-	DEFAULTcronolog_path=`which cronolog || echo /usr/bin/cronolog`
+	DEFAULTcronolog_path=`which cronolog || echo /usr/sbin/cronolog`
 	DEFAULTsys_path_to_jpgraph=/usr/share/jpgraph/
 	DEFAULTsys_path_to_cvsweb=/usr/lib/gforge/bin/
 	DEFAULTgforge_chroot=$CHROOT



More information about the evolvis-commits mailing list