]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-cvs-config.patch
adapter
[packages/eventum.git] / eventum-cvs-config.patch
1 --- eventum-2.3.2/scm/eventum-cvs-hook.php~     2012-02-09 11:27:05.000000000 +0200
2 +++ eventum-2.3.2/scm/eventum-cvs-hook.php      2012-02-09 11:29:22.671597765 +0200
3 @@ -28,13 +28,7 @@
4  // |          Elan Ruusamäe <glen@delfi.ee>                               |
5  // +----------------------------------------------------------------------+
6  
7 -// URL to your Eventum installation.
8 -// https is supported transparently by PHP 5 if you have openssl module enabled.
9 -$eventum_url = 'http://eventum.example.com/';
10 -
11 -//
12 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
13 -//
14 +require_once '/etc/eventum/scm.php';
15  
16  // save name of this script
17  $PROGRAM = basename(array_shift($argv));
18 --- eventum-2.2/scm/eventum-svn-hook.php~       2009-11-10 13:31:10.000000000 +0200
19 +++ eventum-2.2/scm/eventum-svn-hook.php        2009-11-10 13:31:37.571582772 +0200
20 @@ -36,7 +36,7 @@
21  
22  // URL to your Eventum installation.
23  // https is supported transparently by PHP 5 if you have openssl module enabled.
24 -$eventum_url = 'http://eventum.example.com/';
25 +require_once '/etc/eventum/scm.php';
26  
27  //
28  // DO NOT CHANGE ANYTHING AFTER THIS LINE
This page took 0.027607 seconds and 3 git commands to generate.