]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- Moved config file out of httpd directory as it is not readable for CGI
authormkochano <mkochano@pld-linux.org>
Sat, 31 Aug 2002 07:36:49 +0000 (07:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  scripts.

Changed files:
    cvsweb-config.patch -> 1.2

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';
  # == 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
  
  # == Configuration defaults ==
  # Defaults for configuration variables that shouldn't need
This page took 0.066589 seconds and 4 git commands to generate.