summaryrefslogtreecommitdiff
path: root/devel/cvsweb3
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-14 09:14:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-14 09:14:53 +0000
commita417793506283790410157cdd75afad1eed3e378 (patch)
tree17fb4acd97f04642ecb7d61cda33452cdd9bd0a4 /devel/cvsweb3
parentUpdate to knu-cvsweb 1.105.1.64. (diff)
Update a patch to fix a typo rather than a repack/update.
Notes
Notes: svn path=/head/; revision=37182
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.conf15
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf
index ff1c9a498630..ef14455b8124 100644
--- a/devel/cvsweb3/files/patch-cvsweb.conf
+++ b/devel/cvsweb3/files/patch-cvsweb.conf
@@ -1,5 +1,5 @@
---- cvsweb.conf.orig Thu Jan 11 11:00:55 2001
-+++ cvsweb.conf Thu Jan 11 12:37:50 2001
+--- cvsweb.conf.orig Sat Jan 13 16:48:09 2001
++++ cvsweb.conf Sun Jan 14 18:12:48 2001
@@ -17,3 +17,3 @@
# tar,rm (if you enable $allow_tar)
-$command_path = '/bin:/usr/bin:/usr/local/bin';
@@ -10,17 +10,22 @@
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
# 'freebsd' => ['FreeBSD', '/home/ncvs'],
-@@ -208,3 +208,3 @@
+@@ -178,3 +178,3 @@
+ If you would like to use this CGI script on your own web server and
+-CVS tree, download the latest version at <a
++CVS tree, download the latest version <a
+ href="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/">here</a>,
+@@ -211,3 +211,3 @@
# icons/ directory; they have a width/height of 16/16
-my $iconsdir = "/icons";
+my $iconsdir = "/icons/cvsweb";
# format: TEXT ICON-URL width height
-@@ -328,3 +328,3 @@
+@@ -331,3 +331,3 @@
# apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
-@@ -448,3 +448,3 @@
+@@ -451,3 +451,3 @@
# Options to pass to tar(1).
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);