[vhffs-dev] [822] Removed cvsdocurl which is not used anymore

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 822
Author:   gradator
Date:     2007-08-30 03:00:48 +0000 (Thu, 30 Aug 2007)

Log Message:
-----------
Removed cvsdocurl which is not used anymore

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Conf.pm
    trunk/vhffs-backend/conf/vhffs.conf.dist.in
    trunk/vhffs-tests/conf/vhffs.conf


Modified: trunk/vhffs-api/src/Vhffs/Conf.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Conf.pm	2007-08-30 02:55:25 UTC (rev 821)
+++ trunk/vhffs-api/src/Vhffs/Conf.pm	2007-08-30 03:00:48 UTC (rev 822)
@@ -745,19 +745,6 @@
 }
 
 
-sub get_cvsdocurl
-{
-	if( defined $Config{"services"}{"cvs"}{"cvsdoc_url"} )
-	{
-	    return $Config{"services"}{"cvs"}{"cvsdoc_url"};
-	}
-	else
-	{
-	    return "http://doc";;
-	}
-}
-
-
 sub get_cvsweburl
 {
 	if( defined $Config{"services"}{"cvs"}{"cvsweb_url"} )

Modified: trunk/vhffs-backend/conf/vhffs.conf.dist.in
===================================================================
--- trunk/vhffs-backend/conf/vhffs.conf.dist.in	2007-08-30 02:55:25 UTC (rev 821)
+++ trunk/vhffs-backend/conf/vhffs.conf.dist.in	2007-08-30 03:00:48 UTC (rev 822)
@@ -278,7 +278,6 @@
 
 	<cvs>
 		cvsweb_url	=	"http://cvsweb.hoster";	
-		cvsdoc_url	=	"http://faq.hoster";
 
 		# URL to the documentation (optional)
 		url_doc		=	http://help.myhoster.net/cvs

Modified: trunk/vhffs-tests/conf/vhffs.conf
===================================================================
--- trunk/vhffs-tests/conf/vhffs.conf	2007-08-30 02:55:25 UTC (rev 821)
+++ trunk/vhffs-tests/conf/vhffs.conf	2007-08-30 03:00:48 UTC (rev 822)
@@ -189,17 +189,9 @@
 			</ns>
 		</init>
 	</dns>
-	<apache>
-		port=80
-		pidfile=/var/run/apache.pid
-		confdir=/etc/apache/conf/
-		htdocsdir=
-		default_domain = vhffs.org
-	</apache>
 
 	<cvs>
 		cvsweb_url = "http://cvsweb.hoster";	
-		cvsdoc_url = "http://faq.hoster";
 	</cvs>
 	<mysql>
 		host		= localhost
@@ -213,8 +205,6 @@
 	</pgsql>
 	<svn>
 		svnweb_url = "http://svnweb.hoster";	
-		uid	=	33
-		gid	=	33
 	</svn>
 	<mail>
 		use_nospam	=	yes


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/