aboutsummaryrefslogtreecommitdiff
path: root/devel/horde-chora/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/horde-chora/files/patch-aa')
-rw-r--r--devel/horde-chora/files/patch-aa32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/horde-chora/files/patch-aa b/devel/horde-chora/files/patch-aa
deleted file mode 100644
index 544301000550..000000000000
--- a/devel/horde-chora/files/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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();
-
-+$cvsroots['myprojects'] = array(
-+ 'name' => 'Here',
-+ 'location' => '%%CVSROOT%%',
-+ 'title' => 'To be configured in %%CONFDIR%%/cvsroots.php',
-+ 'intro' => 'longIntro.txt',
-+ 'default' => true
-+);
-+
-+/*
- $cvsroots['php4'] = array(
- 'name' => 'PHP4',
- 'location' => '/home/cvs/php4',
-@@ -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'
- );
-+*/