diff options
Diffstat (limited to 'devel/cvsweb/files/patch-cvsweb.conf')
-rw-r--r-- | devel/cvsweb/files/patch-cvsweb.conf | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/devel/cvsweb/files/patch-cvsweb.conf b/devel/cvsweb/files/patch-cvsweb.conf index a73718c225d6..ff1c9a498630 100644 --- a/devel/cvsweb/files/patch-cvsweb.conf +++ b/devel/cvsweb/files/patch-cvsweb.conf @@ -1,20 +1,27 @@ ---- cvsweb.conf.orig Wed Jan 3 08:38:37 2001 -+++ cvsweb.conf Wed Jan 3 08:41:11 2001 -@@ -29 +29 @@ +--- cvsweb.conf.orig Thu Jan 11 11:00:55 2001 ++++ cvsweb.conf Thu Jan 11 12:37:50 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!!'], -@@ -195 +195 @@ ++ 'local' => ['!!TITLE!!', '!!CVSROOT!!'], + # 'freebsd' => ['FreeBSD', '/home/ncvs'], +@@ -208,3 +208,3 @@ + # icons/ directory; they have a width/height of 16/16 -my $iconsdir = "/icons"; +my $iconsdir = "/icons/cvsweb"; -@@ -315 +315 @@ + # format: TEXT ICON-URL width height +@@ -328,3 +328,3 @@ + # apache here: -$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 @@ + +@@ -448,3 +448,3 @@ + # Options to pass to tar(1). -@tar_options = qw(); +@tar_options = qw(--ignore-failed-read); -@@ -446 +446 @@ --@cvs_options = qw(-l); -+@cvs_options = qw(-R -l); + # e.g. @tar_options = qw(--ignore-failed-read); |