summaryrefslogtreecommitdiff
path: root/devel/cvsweb3/files/patch-cvsweb.cgi
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 10:12:14 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 10:12:14 +0000
commit92e5d6f66e935d534e61f4b3449ef47c711ab503 (patch)
treed33b112a60849408000832d60d6efa3ccf64e5db /devel/cvsweb3/files/patch-cvsweb.cgi
parentUpdate to knu-cvsweb 1.112.1.82. (diff)
Forgot to update patches.
Diffstat (limited to '')
-rw-r--r--devel/cvsweb3/files/patch-cvsweb.cgi14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/cvsweb3/files/patch-cvsweb.cgi b/devel/cvsweb3/files/patch-cvsweb.cgi
index 5fa808aea4c7..8bae9c2c0249 100644
--- a/devel/cvsweb3/files/patch-cvsweb.cgi
+++ b/devel/cvsweb3/files/patch-cvsweb.cgi
@@ -1,11 +1,11 @@
---- cvsweb.cgi.orig Thu Jan 11 11:00:55 2001
-+++ cvsweb.cgi Thu Jan 11 12:35:36 2001
+--- cvsweb.cgi.orig Wed Aug 1 18:54:52 2001
++++ cvsweb.cgi Wed Aug 1 19:09:37 2001
@@ -1,2 +1,2 @@
-#!/usr/bin/perl -wT
+#!!!PERL!! -wT
#
-@@ -148,3 +148,3 @@
- "$mydir/cvsweb.conf",
-- '/usr/local/etc/cvsweb/cvsweb.conf'
-+ '!!PREFIX!!/etc/cvsweb/cvsweb.conf'
- ) {
+@@ -155,3 +155,3 @@
+ # Locations to search for user configuration, in order:
+-for ("$mydir/cvsweb.conf", '/usr/local/etc/cvsweb/cvsweb.conf') {
++for ("$mydir/cvsweb.conf", '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
+ if (defined($_) && -r $_) {