diff options
Diffstat (limited to 'devel/horde3-chora/files/patch-config__sourceroots.php.dist')
| -rw-r--r-- | devel/horde3-chora/files/patch-config__sourceroots.php.dist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/horde3-chora/files/patch-config__sourceroots.php.dist b/devel/horde3-chora/files/patch-config__sourceroots.php.dist new file mode 100644 index 000000000000..1a75771ecaf1 --- /dev/null +++ b/devel/horde3-chora/files/patch-config__sourceroots.php.dist @@ -0,0 +1,20 @@ +--- config/sourceroots.php.dist.orig 2008-10-09 09:40:03.000000000 -0800 ++++ config/sourceroots.php.dist 2009-03-24 14:46:09.000000000 -0800 +@@ -37,6 +37,17 @@ + * repositories that require authentication). + */ + ++$sourceroots['myprojects'] = array( ++ 'name' => 'Here', ++ 'location' => '%%CVSROOT%%', ++ 'title' => 'To be configured in %%CONFDIR%%/sourceroots.php', ++ 'intro' => 'longIntro.txt', ++ 'default' => true, ++ 'type' => 'cvs', ++); ++ ++/* ++ + $sourceroots['php4'] = array( + 'name' => 'PHP4', + 'location' => '/home/cvs/php4', |
