From 34b0afc1dd7ca69d94a30a99447172590bfacca9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 21 Apr 2006 23:40:31 +0000 Subject: [PATCH] - orphaned, outdated Changed files: cvsweb.patch -> 1.2 --- cvsweb.patch | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 cvsweb.patch diff --git a/cvsweb.patch b/cvsweb.patch deleted file mode 100644 index 8cd1198..0000000 --- a/cvsweb.patch +++ /dev/null @@ -1,41 +0,0 @@ -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. -- 2.44.0