From 22b4d07161c038e38fb0a8317d40d3ec5e4043c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 9 Jan 2006 23:24:36 +0000 Subject: [PATCH] - webapps path Changed files: cvsweb-config.patch -> 1.6 --- cvsweb-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvsweb-config.patch b/cvsweb-config.patch index 08af27e..6ee44fa 100644 --- a/cvsweb-config.patch +++ b/cvsweb-config.patch @@ -6,7 +6,7 @@ diff -Nur cvsweb-3.0.1/cvsweb.cgi cvsweb-3.0.1.new/cvsweb.cgi # == 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'), '/etc/cvsweb/cvsweb.conf') { ++for (catfile($mydir, 'cvsweb.conf'), '/etc/webapps/cvsweb/cvsweb.conf') { if (-r $_) { $config = $_; last; -- 2.44.0