diff options
author | knu <knu@FreeBSD.org> | 2001-01-14 17:14:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-14 17:14:53 +0800 |
commit | c4fac76128412f8a2ff02453b9a7ee975d4ab6bf (patch) | |
tree | 9cc3e6fd2d433219eb0347b27f5a3a96d03de6bb /devel/cvsweb3 | |
parent | ea40d1f4df5c41e924aaa9b006cfd400632d4c79 (diff) | |
download | freebsd-ports-gnome-c4fac76128412f8a2ff02453b9a7ee975d4ab6bf.tar.gz freebsd-ports-gnome-c4fac76128412f8a2ff02453b9a7ee975d4ab6bf.tar.zst freebsd-ports-gnome-c4fac76128412f8a2ff02453b9a7ee975d4ab6bf.zip |
Update a patch to fix a typo rather than a repack/update.
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); |