]> git.pld-linux.org Git - packages/cvsweb.git/blame - cvsweb-config.patch
- Moved config file out of httpd directory as it is not readable for CGI
[packages/cvsweb.git] / cvsweb-config.patch
CommitLineData
3cb85f3e 1diff -uNr cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
2--- cvsweb.orig/cvsweb.cgi Sun Oct 3 19:24:58 1999
3+++ cvsweb/cvsweb.cgi Tue Oct 12 21:27:48 1999
4@@ -73,7 +73,7 @@
5 ##### Start of Configuration Area ########
6 # == EDIT this ==
7 # User configuration is stored in
8-$config = $ENV{'CVSWEB_CONFIG'} || '/usr/local/web/apache/conf/cvsweb.conf';
fad4548f 9+$config = $ENV{'CVSWEB_CONFIG'} || '/etc/cvsweb.conf';
3cb85f3e 10
11 # == Configuration defaults ==
12 # Defaults for configuration variables that shouldn't need
This page took 0.103392 seconds and 4 git commands to generate.