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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Nov 4 06:23:56 EST 2004


User:      racke
Date:      2004-11-04 11:23:56 GMT
Modified:  lib/Vend Config.pm
Log:
for whatever reason time_to_seconds isn't working in the global directives,
fix complete breakage of global configuration

Revision  Changes    Path
2.151     +5 -5      interchange/lib/Vend/Config.pm


rev 2.151, prev_rev 2.150
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.150
retrieving revision 2.151
diff -u -r2.150 -r2.151
--- Config.pm	1 Nov 2004 19:10:49 -0000	2.150
+++ Config.pm	4 Nov 2004 11:23:56 -0000	2.151
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.150 2004/11/01 19:10:49 docelic Exp $
+# $Id: Config.pm,v 2.151 2004/11/04 11:23:56 racke Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -48,7 +48,7 @@
 use Vend::File;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.150 $, 10);
+$VERSION = substr(q$Revision: 2.151 $, 10);
 
 my %CDname;
 my %CPname;
@@ -308,7 +308,7 @@
 	['SOAP_Control',     'action',           ''],
 	['Jobs',		 	 'hash',     	 	 'MaxLifetime 600 MaxServers 1'],
 	['IPCsocket',		 undef,	     	 	 "$Global::VendRoot/etc/socket.ipc"],
-	['HouseKeeping',     'time_to_seconds',          60],
+	['HouseKeeping',     'time',          60],
 	['Mall',	          'yesno',           'No'],
 	['TagGroup',		 'tag_group',		 $StdTags],
 	['TagInclude',		 'tag_include',		 'ALL'],
@@ -335,7 +335,7 @@
 	['RobotHost',		 'list_wildcard_full', ''],
 	['HostnameLookups',	 'yesno',            'No'],
 	['TolerateGet',		 'yesno',            'No'],
-	['PIDcheck',		 'time_to_seconds',          '0'],
+	['PIDcheck',		 'time',          '0'],
 	['LockoutCommand',    undef,             ''],
 	['SafeUntrap',       'array',            'ftfile sort'],
 	['SafeTrap',         'array',            ':base_io'],
@@ -347,7 +347,7 @@
 	['HotDBI',			 'boolean',			 ''],
 	['AdminUser',		  undef,			 ''],
 	['AdminHost',		  undef,			 ''],
-	['HammerLock',		 'time_to_seconds',     	 30],
+	['HammerLock',		 'time',     	 30],
 	['DataTrace',		 'integer',     	 0],
 	['ShowTimes',		 'yesno',	     	 0],
 	['ErrorFile',		  undef,     	     undef],








More information about the interchange-cvs mailing list