summaryrefslogtreecommitdiff
path: root/devel/cvsweb3/files/patch-cvsweb.conf
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /devel/cvsweb3/files/patch-cvsweb.conf
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'devel/cvsweb3/files/patch-cvsweb.conf')
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf
deleted file mode 100644
index d6f28c9fed67..000000000000
--- a/devel/cvsweb3/files/patch-cvsweb.conf
+++ /dev/null
@@ -1,27 +0,0 @@
---- cvsweb.conf.orig Wed Aug 1 18:48:39 2001
-+++ cvsweb.conf Wed Aug 1 19:10:01 2001
-@@ -17,3 +17,3 @@
- # tar, rm, zip (if you enable $allow_tar)
--$command_path = '/bin:/usr/bin:/usr/local/bin';
-+$command_path = '/bin:/usr/bin:!!PREFIX!!/bin';
-
-@@ -42,3 +42,3 @@
- @CVSrepositories = (
-- 'local' => ['Local Repository', '/home/cvs'],
-+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
- # 'freebsd' => ['FreeBSD', '/home/ncvs'],
-@@ -214,3 +214,3 @@
- # icons/ directory; they have a width/height of 16/16
--my $iconsdir = "/icons";
-+my $iconsdir = "/icons/cvsweb";
-
-@@ -348,3 +348,3 @@
- # apache here:
--$mime_types = '/usr/local/etc/apache/mime.types';
-+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
-
-@@ -469,3 +469,3 @@
- # Options to pass to tar(1).
--@tar_options = qw();
-+@tar_options = qw(--ignore-failed-read);
-