summaryrefslogtreecommitdiff
path: root/devel/cvsweb3/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb3/files')
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.cgi11
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf27
2 files changed, 0 insertions, 38 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.cgi b/devel/cvsweb3/files/patch-cvsweb.cgi
deleted file mode 100644
index 8bae9c2c0249..000000000000
--- a/devel/cvsweb3/files/patch-cvsweb.cgi
+++ /dev/null
@@ -1,11 +0,0 @@
---- cvsweb.cgi.orig Wed Aug 1 18:54:52 2001
-+++ cvsweb.cgi Wed Aug 1 19:09:37 2001
-@@ -1,2 +1,2 @@
--#!/usr/bin/perl -wT
-+#!!!PERL!! -wT
- #
-@@ -155,3 +155,3 @@
- # Locations to search for user configuration, in order:
--for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
-+for ("$mydir/cvsweb.conf", '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
- if (defined($_) && -r $_) {
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);
-