]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.patch
- Moved config file out of httpd directory as it is not readable for CGI
[packages/cvsweb.git] / cvsweb.patch
1 diff -urN cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
2 --- cvsweb.orig/cvsweb.cgi      Thu Jul 29 22:10:25 1999
3 +++ cvsweb/cvsweb.cgi   Thu Jul 29 22:11:51 1999
4 @@ -44,7 +44,7 @@
5  ##### Start of Configuration Area ########
6  # == EDIT this == 
7  # User configuration is stored in
8 -$config = '/usr/local/web/apache/conf/cvsweb.conf';
9 +$config = '/etc/httpd/cvsweb.conf';
10  
11  # == Configuration defaults ==
12  # Defaults for configuration variables that shouldn't need
13 diff -urN cvsweb.orig/cvsweb.conf cvsweb/cvsweb.conf
14 --- cvsweb.orig/cvsweb.conf     Thu Jul 29 22:10:25 1999
15 +++ cvsweb/cvsweb.conf  Thu Jul 29 22:11:37 1999
16 @@ -23,14 +23,12 @@
17  
18  # 'symbolic_name' 'path_to_the_actual_repository'
19  %CVSROOT = (
20 -           'Development' => '/usr/local/src/cvsrep',
21 -           'Configuration' => '/tmp/cvsroot/conf',
22 -           'HTML-files' => '/tmp/upload'
23 +           'Development' => '/usr/src/CVSROOT',
24             );
25  
26  # This tree is enabled by default when
27  # you enter the page
28 -$cvstreedefault = 'Configuration';
29 +$cvstreedefault = 'Development';
30  
31  ##############
32  # Defaults for UserSettings
33 @@ -244,7 +242,7 @@
34  # cvsweb to guess the correct mime-type on
35  # checkout; you can use the mime.types from
36  # apache here:
37 -$mime_types='/usr/local/web/apache/conf/mime.types';
38 +$mime_types='/etc/mime.types';
39  
40  # quick mime-type lookup; maps file-suffices to
41  # mime-types for displaying checkouts in the browser.
This page took 0.062149 seconds and 3 git commands to generate.