]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- change config file name to /etc/httpd/cvsweb.conf.
authorkloczek <kloczek@pld-linux.org>
Mon, 29 Jan 2001 14:49:37 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb-config.patch -> 1.1

cvsweb-config.patch [new file with mode: 0644]

diff --git a/cvsweb-config.patch b/cvsweb-config.patch
new file mode 100644 (file)
index 0000000..2a118af
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
+--- cvsweb.orig/cvsweb.cgi     Sun Oct  3 19:24:58 1999
++++ cvsweb/cvsweb.cgi  Tue Oct 12 21:27:48 1999
+@@ -73,7 +73,7 @@
+ ##### Start of Configuration Area ########
+ # == 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';
+ # == Configuration defaults ==
+ # Defaults for configuration variables that shouldn't need
This page took 0.083004 seconds and 4 git commands to generate.