From: mkochano Date: Sat, 31 Aug 2002 07:36:49 +0000 (+0000) Subject: - Moved config file out of httpd directory as it is not readable for CGI X-Git-Tag: RA-1_0~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcvsweb.git;a=commitdiff_plain;h=fad4548f342e797d7feb71f5a26d21d9f2b9fa9f - Moved config file out of httpd directory as it is not readable for CGI scripts. Changed files: cvsweb-config.patch -> 1.2 --- diff --git a/cvsweb-config.patch b/cvsweb-config.patch index 2a118af..74d06f0 100644 --- a/cvsweb-config.patch +++ b/cvsweb-config.patch @@ -6,7 +6,7 @@ diff -uNr cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi # == EDIT this == # User configuration is stored in -$config = $ENV{'CVSWEB_CONFIG'} || '/usr/local/web/apache/conf/cvsweb.conf'; -+$config = $ENV{'CVSWEB_CONFIG'} || '/etc/httpd/cvsweb.conf'; ++$config = $ENV{'CVSWEB_CONFIG'} || '/etc/cvsweb.conf'; # == Configuration defaults == # Defaults for configuration variables that shouldn't need