]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb-config.patch
- Moved config file out of httpd directory as it is not readable for CGI
[packages/cvsweb.git] / cvsweb-config.patch
1 diff -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';
9 +$config = $ENV{'CVSWEB_CONFIG'} || '/etc/cvsweb.conf';
10  
11  # == Configuration defaults ==
12  # Defaults for configuration variables that shouldn't need
This page took 0.043446 seconds and 3 git commands to generate.