gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge ChangeLog,1.341,1.342 setup,1.19,1.20


From: cbayle
Subject: [Gforge-commits] gforge ChangeLog,1.341,1.342 setup,1.19,1.20
Date: Thu, 08 Apr 2004 10:59:21 -0500

Update of /cvsroot/gforge/gforge
In directory db.perdue.net:/tmp/cvs-serv2315

Modified Files:
        ChangeLog setup 
Log Message:
Better detection of cronolog path


Index: ChangeLog
===================================================================
RCS file: /cvsroot/gforge/gforge/ChangeLog,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -d -r1.341 -r1.342
--- ChangeLog   8 Apr 2004 15:55:29 -0000       1.341
+++ ChangeLog   8 Apr 2004 15:59:19 -0000       1.342
@@ -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 <address@hidden>
 

Index: setup
===================================================================
RCS file: /cvsroot/gforge/gforge/setup,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- setup       8 Apr 2004 15:55:29 -0000       1.19
+++ setup       8 Apr 2004 15:59:19 -0000       1.20
@@ -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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]