]> git.pld-linux.org Git - packages/cvsweb.git/blobdiff - cvsweb-config.patch
- Moved config file out of httpd directory as it is not readable for CGI
[packages/cvsweb.git] / cvsweb-config.patch
index 2a118afb9b82dfbe7c73775ed344c188919e9a62..74d06f0946cb69554a59eb2ebf7669e2debe25ac 100644 (file)
@@ -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
This page took 0.032941 seconds and 4 git commands to generate.