diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-14 09:14:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-14 09:14:53 +0000 |
commit | a417793506283790410157cdd75afad1eed3e378 (patch) | |
tree | 17fb4acd97f04642ecb7d61cda33452cdd9bd0a4 /devel/cvsweb3 | |
parent | db80aaacb9af4debd004cc5626c32da7cf564a53 (diff) | |
download | ports-a417793506283790410157cdd75afad1eed3e378.tar.gz ports-a417793506283790410157cdd75afad1eed3e378.zip |
Notes
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/files/patch-cvsweb.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.conf b/devel/cvsweb3/files/patch-cvsweb.conf index ff1c9a498630..ef14455b8124 100644 --- a/devel/cvsweb3/files/patch-cvsweb.conf +++ b/devel/cvsweb3/files/patch-cvsweb.conf @@ -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); |