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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Feb 16 09:21:01 EST 2006


User:      jon
Date:      2006-02-16 14:21:01 GMT
Modified:  lib/Vend Config.pm
Log:
Remove unused SOAP_Host directive.

Revision  Changes    Path
2.196     +2 -3      interchange/lib/Vend/Config.pm


rev 2.196, prev_rev 2.195
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.195
retrieving revision 2.196
diff -u -u -r2.195 -r2.196
--- Config.pm	12 Feb 2006 22:25:11 -0000	2.195
+++ Config.pm	16 Feb 2006 14:21:01 -0000	2.196
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.195 2006/02/12 22:25:11 mheins Exp $
+# $Id: Config.pm,v 2.196 2006/02/16 14:21:01 jon Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -54,7 +54,7 @@
 use Vend::Data;
 use Vend::Cron;
 
-$VERSION = substr(q$Revision: 2.195 $, 10);
+$VERSION = substr(q$Revision: 2.196 $, 10);
 
 my %CDname;
 my %CPname;
@@ -443,7 +443,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