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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Oct 8 18:51:22 EDT 2006


User:      kwalsh
Date:      2006-10-08 22:51:22 GMT
Modified:  lib/Vend Config.pm
Log:
    * Removed the unused AdminHost global configuration directive.

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


rev 2.207, prev_rev 2.206
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.206
retrieving revision 2.207
diff -u -r2.206 -r2.207
--- Config.pm	23 Jun 2006 20:17:58 -0000	2.206
+++ Config.pm	8 Oct 2006 22:51:22 -0000	2.207
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.206 2006/06/23 20:17:58 racke Exp $
+# $Id: Config.pm,v 2.207 2006/10/08 22:51:22 kwalsh 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.206 $, 10);
+$VERSION = substr(q$Revision: 2.207 $, 10);
 
 my %CDname;
 my %CPname;
@@ -486,7 +486,6 @@
 	['CodeDef',			 'mapped_code',		 ''],
 	['HotDBI',			 'boolean',			 ''],
 	['AdminUser',		  undef,			 ''],
-	['AdminHost',		  undef,			 ''],
 	['HammerLock',		 'time',     	 30],
 	['DataTrace',		 'integer',     	 0],
 	['ShowTimes',		 'yesno',	     	 0],








More information about the interchange-cvs mailing list