aboutsummaryrefslogtreecommitdiff
path: root/devel/chora/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chora/files/patch-aa')
-rw-r--r--devel/chora/files/patch-aa23
1 files changed, 15 insertions, 8 deletions
diff --git a/devel/chora/files/patch-aa b/devel/chora/files/patch-aa
index c010eb93de6e..544301000550 100644
--- a/devel/chora/files/patch-aa
+++ b/devel/chora/files/patch-aa
@@ -1,6 +1,6 @@
---- config/cvsroots.php.dist.orig Fri Jun 8 22:59:42 2001
-+++ config/cvsroots.php.dist Tue Nov 27 22:42:41 2001
-@@ -27,6 +27,15 @@
+--- config/cvsroots.php.dist.orig Wed Mar 20 21:30:06 2002
++++ config/cvsroots.php.dist Sun May 19 09:41:40 2002
+@@ -30,6 +30,15 @@
$cvsroots = array();
@@ -16,10 +16,17 @@
$cvsroots['php4'] = array(
'name' => 'PHP4',
'location' => '/home/cvs/php4',
-@@ -48,5 +57,6 @@
- 'location' => '/home/cvs/openbsd',
- 'title' => 'OpenBSD CVS Repository'
+@@ -47,8 +56,9 @@
+ 'restrictions' => array('^/?hordeweb/config/defaults.php')
);
-+*/
- ?>
+-$cvsroots['openbsd'] = array(
+- 'name' => 'OpenBSD',
+- 'location' => '/home/cvs/openbsd',
+- 'title' => 'OpenBSD CVS Repository'
++$cvsroots['freebsd'] = array(
++ 'name' => 'FreeBSD',
++ 'location' => '/home/cvs/freebsd',
++ 'title' => 'FreeBSD CVS Repository'
+ );
++*/