]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 31 Jul 1999 11:14:31 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb.patch -> 1.1

cvsweb.patch [new file with mode: 0644]

diff --git a/cvsweb.patch b/cvsweb.patch
new file mode 100644 (file)
index 0000000..8cd1198
--- /dev/null
@@ -0,0 +1,41 @@
+diff -urN cvsweb.orig/cvsweb.cgi cvsweb/cvsweb.cgi
+--- cvsweb.orig/cvsweb.cgi     Thu Jul 29 22:10:25 1999
++++ cvsweb/cvsweb.cgi  Thu Jul 29 22:11:51 1999
+@@ -44,7 +44,7 @@
+ ##### Start of Configuration Area ########
+ # == EDIT this == 
+ # User configuration is stored in
+-$config = '/usr/local/web/apache/conf/cvsweb.conf';
++$config = '/etc/httpd/cvsweb.conf';
+ # == Configuration defaults ==
+ # Defaults for configuration variables that shouldn't need
+diff -urN cvsweb.orig/cvsweb.conf cvsweb/cvsweb.conf
+--- cvsweb.orig/cvsweb.conf    Thu Jul 29 22:10:25 1999
++++ cvsweb/cvsweb.conf Thu Jul 29 22:11:37 1999
+@@ -23,14 +23,12 @@
+ # 'symbolic_name' 'path_to_the_actual_repository'
+ %CVSROOT = (
+-          'Development' => '/usr/local/src/cvsrep',
+-          'Configuration' => '/tmp/cvsroot/conf',
+-          'HTML-files' => '/tmp/upload'
++          'Development' => '/usr/src/CVSROOT',
+           );
+ # This tree is enabled by default when
+ # you enter the page
+-$cvstreedefault = 'Configuration';
++$cvstreedefault = 'Development';
+ ##############
+ # Defaults for UserSettings
+@@ -244,7 +242,7 @@
+ # cvsweb to guess the correct mime-type on
+ # checkout; you can use the mime.types from
+ # apache here:
+-$mime_types='/usr/local/web/apache/conf/mime.types';
++$mime_types='/etc/mime.types';
+ # quick mime-type lookup; maps file-suffices to
+ # mime-types for displaying checkouts in the browser.
This page took 0.075508 seconds and 4 git commands to generate.