[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Feb 19 20:09:12 EST 2004


User:      jon
Date:      2004-02-20 01:09:11 GMT
Modified:  lib/Vend Config.pm
Modified:  dist     interchange.cfg.dist
Log:
Allow (sensible) relative paths for DebugFile directive.

Change default debug file to $VENDROOT/debug.log.

Remove obsolete and unused DifferentSecure directive.

Revision  Changes    Path
2.133     +3 -4      interchange/lib/Vend/Config.pm


rev 2.133, prev_rev 2.132
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.132
retrieving revision 2.133
diff -u -u -r2.132 -r2.133
--- Config.pm	11 Feb 2004 14:34:33 -0000	2.132
+++ Config.pm	20 Feb 2004 01:09:11 -0000	2.133
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.132 2004/02/11 14:34:33 jon Exp $
+# $Id: Config.pm,v 2.133 2004/02/20 01:09:11 jon 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.132 $, 10);
+$VERSION = substr(q$Revision: 2.133 $, 10);
 
 my %CDname;
 my %CPname;
@@ -244,7 +244,7 @@
 #   Directive name      Parsing function    Default value
 
 	['RunDir',			 'root_dir',     	 $Global::RunDir || 'etc'],
-	['DebugFile',		  undef,     	     ''],
+	['DebugFile',		 'root_dir',     	 ''],
 	['CatalogUser',		 'hash',			 ''],
 	['ConfigDir',		  undef,	         'etc/lib'],
 	['ConfigDatabase',	 'config_db',	     ''],
@@ -477,7 +477,6 @@
 	['OptionsEnable',	 undef,     	     ''],
 	['OptionsAttribute', undef,     	     ''],
 	['Options',			 'locale',     	     ''],
-	['DifferentSecure',	 'boolean',  	     ''],
 	['AlwaysSecure',	 'boolean',  	     ''],
 	['Password',         undef,              ''],
 	['AdminSub',		 'boolean',			 ''],



2.6       +2 -2      interchange/dist/interchange.cfg.dist


rev 2.6, prev_rev 2.5
Index: interchange.cfg.dist
===================================================================
RCS file: /var/cvs/interchange/dist/interchange.cfg.dist,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- interchange.cfg.dist	11 Dec 2002 04:01:42 -0000	2.5
+++ interchange.cfg.dist	20 Feb 2004 01:09:11 -0000	2.6
@@ -46,8 +46,8 @@
 
 ifdef @DEBUG
 
-Message Sending debug to /tmp/icdebug.
-DebugFile /tmp/icdebug
+Message Sending debug messages to debug.log.
+DebugFile debug.log
 
 # A few simple tests ...
 GlobalSub sub test_global_sub { return 'Test of global subroutine OK.' }








More information about the interchange-cvs mailing list