]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb-config.patch
2a118afb9b82dfbe7c73775ed344c188919e9a62
[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/httpd/cvsweb.conf';
10  
11  # == Configuration defaults ==
12  # Defaults for configuration variables that shouldn't need
This page took 0.054895 seconds and 2 git commands to generate.