Update a patch to fix a typo rather than a repack/update.

This commit is contained in:
Akinori MUSHA 2001-01-14 09:14:53 +00:00
parent db80aaacb9
commit a417793506
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37182
2 changed files with 20 additions and 10 deletions

View File

@ -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);

View File

@ -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);