blob: df18e64f5c3060739da973dcbf9c50a8c3d32d13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- cvsweb.cgi.orig Sat May 8 23:13:40 2004
+++ cvsweb.cgi Wed May 12 15:27:34 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -T
+#!!!PERL!! -wT
#
# cvsweb - a CGI interface to CVS trees.
#
@@ -214,7 +214,7 @@
# == EDIT this ==
# Locations to search for user configuration, in order:
-for (catfile($mydir, 'cvsweb.conf'), '/usr/local/etc/cvsweb/cvsweb.conf') {
+for (catfile($mydir, 'cvsweb.conf'), '!!PREFIX!!/etc/cvsweb/cvsweb.conf') {
if (-r $_) {
$config = $_;
last;
|