1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/cvsweb/files/patch-cvsweb.conf
Akinori MUSHA e80b23e9c7 Update to knu-cvsweb 1.105.1.65.
2001-01-29  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
	One leftover substitution: "cvs" -> $CMD{cvs}
2001-01-29 03:59:16 +00:00

28 lines
957 B
Plaintext

--- cvsweb.conf.orig Sun Jan 14 18:04:04 2001
+++ cvsweb.conf Mon Jan 29 12:56:45 2001
@@ -17,3 +17,3 @@
# tar,rm (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'],
@@ -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
@@ -331,3 +331,3 @@
# apache here:
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
@@ -451,3 +451,3 @@
# Options to pass to tar(1).
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);
# e.g. @tar_options = qw(--ignore-failed-read);