From c4fac76128412f8a2ff02453b9a7ee975d4ab6bf Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 14 Jan 2001 09:14:53 +0000 Subject: Update a patch to fix a typo rather than a repack/update. --- devel/cvsweb3/files/patch-cvsweb.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'devel/cvsweb3') 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 here, +@@ -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); -- cgit