ports/devel/cvsweb3/files/patch-cvsweb.conf
Akinori MUSHA a9c83761b1 Update to knu-cvsweb 1.104.1.56.
2001-01-03 08:34  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
	in the specified order, not alphabetical.

	Now /usr/local/etc/cvsweb/ is the default directory for
	configuration files.
2001-01-02 23:47:41 +00:00

20 lines
669 B
Text

--- cvsweb.conf.orig Wed Jan 3 08:38:37 2001
+++ cvsweb.conf Wed Jan 3 08:41:11 2001
@@ -29 +29 @@
- 'local' => ['Local Repository', '/home/cvs'],
+ 'local' => ['!!TITLE!!', '!!CVSROOT!!'],
@@ -195 +195 @@
-my $iconsdir = "/icons";
+my $iconsdir = "/icons/cvsweb";
@@ -315 +315 @@
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
@@ -387 +387 @@
-$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin';
+$ENV{'PATH'} = '/bin:/usr/bin:!!PREFIX!!/bin';
@@ -441 +441 @@
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);
@@ -446 +446 @@
-@cvs_options = qw(-l);
+@cvs_options = qw(-R -l);