]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-cvs-config.patch
- added tmpfiles config for systemd
[packages/eventum.git] / eventum-cvs-config.patch
CommitLineData
1f9de427
ER
1--- eventum-2.2/scm/eventum-cvs-hook~ 2009-11-05 17:05:43.000000000 +0200
2+++ eventum-2.2/scm/eventum-cvs-hook 2009-11-05 17:06:26.898467237 +0200
307e4f19
ER
3@@ -27,14 +27,7 @@
4 // | Authors: João Prado Maia <jpm@mysql.com> |
5 // +----------------------------------------------------------------------+
71c6fb06 6
98f6aee2
ER
7-// URL to your Eventum installation.
8-// https is supported transparently by PHP 5 if you have openssl module enabled.
307e4f19 9-$eventum_url = 'http://eventum.example.com/';
98f6aee2 10-
98f6aee2
ER
11-//
12-// DO NOT CHANGE ANYTHING AFTER THIS LINE
13-//
1f9de427
ER
14-
15+require_once '/etc/eventum/scm.php';
71c6fb06 16
1f9de427
ER
17 // remove the first element which is the name of this script
18 $PROGRAM = basename(array_shift($argv));
19--- eventum-2.2/scm/eventum-svn-hook~ 2009-11-10 13:31:10.000000000 +0200
20+++ eventum-2.2/scm/eventum-svn-hook 2009-11-10 13:31:37.571582772 +0200
21@@ -36,7 +36,7 @@
520f2350 22
1f9de427
ER
23 // URL to your Eventum installation.
24 // https is supported transparently by PHP 5 if you have openssl module enabled.
25-$eventum_url = 'http://eventum.example.com/';
26+require_once '/etc/eventum/scm.php';
520f2350 27
1f9de427
ER
28 //
29 // DO NOT CHANGE ANYTHING AFTER THIS LINE
This page took 0.107453 seconds and 4 git commands to generate.