aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsweb/files/patch-cvsweb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsweb/files/patch-cvsweb.conf')
-rw-r--r--devel/cvsweb/files/patch-cvsweb.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/cvsweb/files/patch-cvsweb.conf b/devel/cvsweb/files/patch-cvsweb.conf
index ea7c77bc254b..1e3fdf1fd1db 100644
--- a/devel/cvsweb/files/patch-cvsweb.conf
+++ b/devel/cvsweb/files/patch-cvsweb.conf
@@ -1,5 +1,5 @@
---- cvsweb.conf.orig Tue Jan 2 08:15:03 2001
-+++ cvsweb.conf Tue Jan 2 08:32:37 2001
+--- cvsweb.conf.orig Tue Jan 2 21:23:20 2001
++++ cvsweb.conf Tue Jan 2 21:31:51 2001
@@ -28 +28 @@
- 'local' => '/home/cvs',
+ 'local' => '!!CVSROOT!!',
@@ -12,12 +12,12 @@
@@ -323 +323 @@
-$mime_types = '/usr/local/etc/apache/mime.types';
+$mime_types = '!!PREFIX!!/etc/apache/mime.types';
-@@ -393 +393 @@
--#$ENV{'PATH'} = '/usr/local/bin';
-+#$ENV{'PATH'} = '!!PREFIX!!/bin';
-@@ -447 +447 @@
+@@ -395 +395 @@
+-$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin';
++$ENV{'PATH'} = '/bin:/usr/bin:!!PREFIX!!/bin';
+@@ -449 +449 @@
-@tar_options = qw();
+@tar_options = qw(--ignore-failed-read);
-@@ -452 +452 @@
+@@ -454 +454 @@
-@cvs_options = qw(-l);
+@cvs_options = qw(-R -l);