[interchange-cvs] interchange - jon modified lib/Vend/Config.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Feb 16 09:24:38 EST 2006


User:      jon
Date:      2006-02-16 14:24:38 GMT
Modified:  lib/Vend Tag: STABLE_5_4-branch Config.pm
Log:
Remove apparently never-used SOAP_Host directive.

Revision  Changes    Path
No                   revision



No                   revision



2.188.2.3 +2 -3      interchange/lib/Vend/Config.pm


rev 2.188.2.3, prev_rev 2.188.2.2
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.188.2.2
retrieving revision 2.188.2.3
diff -u -u -r2.188.2.2 -r2.188.2.3
--- Config.pm	3 Feb 2006 20:17:40 -0000	2.188.2.2
+++ Config.pm	16 Feb 2006 14:24:38 -0000	2.188.2.3
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.188.2.2 2006/02/03 20:17:40 jon Exp $
+# $Id: Config.pm,v 2.188.2.3 2006/02/16 14:24:38 jon Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -52,7 +52,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.188.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.188.2.3 $, 10);
 
 my %CDname;
 my %CPname;
@@ -441,7 +441,6 @@
 	['PreFork',		      'yesno',            0],
 	['SOAP_MaxRequests', 'integer',           50],
 	['SOAP_StartServers', 'integer',          1],
-	['SOAP_Host',         undef,              'localhost 127.0.0.1'],
 	['SOAP_Control',     'action',           ''],
 	['Jobs',		 	 'hash',     	 	 'MaxLifetime 600 MaxServers 1'],
 	['IPCsocket',		 undef,	     	 	 "$Global::VendRoot/etc/socket.ipc"],








More information about the interchange-cvs mailing list