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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Aug 11 12:13:01 2002


User:      heins
Date:      2002-08-11 16:12:40 GMT
Modified:  lib/Vend Config.pm
Log:
* Correct wrong initialization for TcpMap

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


rev 2.65, prev_rev 2.64
Index: Config.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.64
retrieving revision 2.65
diff -u -r2.64 -r2.65
--- Config.pm	11 Aug 2002 15:59:29 -0000	2.64
+++ Config.pm	11 Aug 2002 16:12:40 -0000	2.65
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.64 2002/08/11 15:59:29 mheins Exp $
+# $Id: Config.pm,v 2.65 2002/08/11 16:12:40 mheins Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
=20
-$VERSION =3D substr(q$Revision: 2.64 $, 10);
+$VERSION =3D substr(q$Revision: 2.65 $, 10);
=20
 my %CDname;
=20
@@ -245,7 +245,7 @@
 												defined $Global::Unix_Mode
 												)
 												? ($Global::Unix_Mode || 0) : 'Yes'],
-	['TcpMap',           'hash',             '- -'],
+	['TcpMap',           'hash',             ''],
 	['Environment',      'array',            ''],
 	['TcpHost',           undef,             'localhost 127.0.0.1'],
 	['SendMailProgram',  'executable',		 [