[interchange-cvs] interchange - jon modified 25 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jun 27 18:39:00 2002


User:      jon
Date:      2002-06-27 22:38:26 GMT
Modified:  .        Tag: STABLE_4_8-branch configure
Modified:  dist/src Tag: STABLE_4_8-branch tlink.c vlink.c
Modified:  lib/Vend Tag: STABLE_4_8-branch Cart.pm Config.pm Control.pm
Modified:           Data.pm Interpolate.pm MakeCat.pm Order.pm Page.pm
Modified:           Parse.pm Server.pm Session.pm Util.pm
Modified:  lib/Vend/Table Tag: STABLE_4_8-branch Common.pm DB_File.pm
Modified:           GDBM.pm InMemory.pm LDAP.pm SDBM.pm
Modified:  scripts  Tag: STABLE_4_8-branch dump.PL expire.PL
Modified:           interchange.PL offline.PL
Log:
Update Andrew Wilcox's email address at his request.

Revision  Changes    Path
No                   revision



No                   revision



2.0.2.6   +2 -2      interchange/configure


rev 2.0.2.6, prev_rev 2.0.2.5
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.0.2.5
retrieving revision 2.0.2.6
diff -u -u -r2.0.2.5 -r2.0.2.6
--- configure	8 May 2002 23:21:08 -0000	2.0.2.5
+++ configure	27 Jun 2002 22:38:23 -0000	2.0.2.6
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: configure,v 2.0.2.5 2002/05/08 23:21:08 jon Exp $
+# $Id: configure,v 2.0.2.6 2002/06/27 22:38:23 jon Exp $
 
 cat <<EOF
 
@@ -9,7 +9,7 @@
  Copyright 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 
  Interchange was originally based on Vend 0.2 and 0.3
- Copyright 1995, 1996 Andrew M. Wilcox <awilcox@maine.com>
+ Copyright 1995, 1996 Andrew M. Wilcox <amw@wilcoxsolutions.com>
 
  Distributed under the GNU General Public License.
  See the file LICENSE for license information.



No                   revision



No                   revision



2.0.2.2   +2 -2      interchange/dist/src/tlink.c


rev 2.0.2.2, prev_rev 2.0.2.1
Index: tlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/tlink.c,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- tlink.c	29 Apr 2002 19:59:12 -0000	2.0.2.1
+++ tlink.c	27 Jun 2002 22:38:24 -0000	2.0.2.2
@@ -2,9 +2,9 @@
  * tlink.c: runs as a CGI program and passes request to Interchange
  *          server via TCP/IP
  *
- * $Id: tlink.c,v 2.0.2.1 2002/04/29 19:59:12 jon Exp $
+ * $Id: tlink.c,v 2.0.2.2 2002/06/27 22:38:24 jon Exp $
  *
- * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+ * Copyright (C) 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
  *
  * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *



2.0.2.2   +2 -2      interchange/dist/src/vlink.c


rev 2.0.2.2, prev_rev 2.0.2.1
Index: vlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/vlink.c,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- vlink.c	29 Apr 2002 19:59:12 -0000	2.0.2.1
+++ vlink.c	27 Jun 2002 22:38:24 -0000	2.0.2.2
@@ -1,9 +1,9 @@
 /*
  * vlink.c: runs as a cgi program and passes request to Interchange server
  *
- * $Id: vlink.c,v 2.0.2.1 2002/04/29 19:59:12 jon Exp $
+ * $Id: vlink.c,v 2.0.2.2 2002/06/27 22:38:24 jon Exp $
  *
- * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+ * Copyright (C) 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
  *
  * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *



No                   revision



No                   revision



2.1.2.2   +3 -3      interchange/lib/Vend/Cart.pm


rev 2.1.2.2, prev_rev 2.1.2.1
Index: Cart.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Cart.pm,v
retrieving revision 2.1.2.1
retrieving revision 2.1.2.2
diff -u -u -r2.1.2.1 -r2.1.2.2
--- Cart.pm	24 Jan 2002 05:07:01 -0000	2.1.2.1
+++ Cart.pm	27 Jun 2002 22:38:24 -0000	2.1.2.2
@@ -1,11 +1,11 @@
 # Vend::Cart - Interchange shopping cart management routines
 #
-# $Id: Cart.pm,v 2.1.2.1 2002/01/24 05:07:01 jon Exp $
+# $Id: Cart.pm,v 2.1.2.2 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 package Vend::Cart;
 
-$VERSION = substr(q$Revision: 2.1.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.2 $, 10);
 
 use strict;
 



2.2.2.9   +3 -3      interchange/lib/Vend/Config.pm


rev 2.2.2.9, prev_rev 2.2.2.8
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.2.2.8
retrieving revision 2.2.2.9
diff -u -u -r2.2.2.8 -r2.2.2.9
--- Config.pm	9 Jun 2002 19:47:13 -0000	2.2.2.8
+++ Config.pm	27 Jun 2002 22:38:24 -0000	2.2.2.9
@@ -1,11 +1,11 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.2.2.8 2002/06/09 19:47:13 racke Exp $
+# $Id: Config.pm,v 2.2.2.9 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -95,7 +95,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.2.2.8 $, 10);
+$VERSION = substr(q$Revision: 2.2.2.9 $, 10);
 
 my %CDname;
 



2.0.2.2   +2 -2      interchange/lib/Vend/Control.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: Control.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Control.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- Control.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
+++ Control.pm	27 Jun 2002 22:38:24 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Control - Routines that alter the running Interchange daemon
 # 
-# $Id: Control.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
+# $Id: Control.pm,v 2.0.2.2 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.0.2.5   +2 -2      interchange/lib/Vend/Data.pm


rev 2.0.2.5, prev_rev 2.0.2.4
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.0.2.4
retrieving revision 2.0.2.5
diff -u -u -r2.0.2.4 -r2.0.2.5
--- Data.pm	24 Jan 2002 05:07:01 -0000	2.0.2.4
+++ Data.pm	27 Jun 2002 22:38:24 -0000	2.0.2.5
@@ -1,11 +1,11 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.0.2.4 2002/01/24 05:07:01 jon Exp $
+# $Id: Data.pm,v 2.0.2.5 2002/06/27 22:38:24 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.9.2.18  +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.9.2.18, prev_rev 2.9.2.17
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.9.2.17
retrieving revision 2.9.2.18
diff -u -u -r2.9.2.17 -r2.9.2.18
--- Interpolate.pm	18 Jun 2002 15:04:26 -0000	2.9.2.17
+++ Interpolate.pm	27 Jun 2002 22:38:24 -0000	2.9.2.18
@@ -1,11 +1,11 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.9.2.17 2002/06/18 15:04:26 jon Exp $
+# $Id: Interpolate.pm,v 2.9.2.18 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.9.2.17 $, 10);
+$VERSION = substr(q$Revision: 2.9.2.18 $, 10);
 
 @EXPORT = qw (
 



2.4.2.2   +3 -3      interchange/lib/Vend/MakeCat.pm


rev 2.4.2.2, prev_rev 2.4.2.1
Index: MakeCat.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/MakeCat.pm,v
retrieving revision 2.4.2.1
retrieving revision 2.4.2.2
diff -u -u -r2.4.2.1 -r2.4.2.2
--- MakeCat.pm	24 Jan 2002 05:07:01 -0000	2.4.2.1
+++ MakeCat.pm	27 Jun 2002 22:38:24 -0000	2.4.2.2
@@ -1,11 +1,11 @@
 # Vend::MakeCat - Routines for Interchange catalog configurator
 #
-# $Id: MakeCat.pm,v 2.4.2.1 2002/01/24 05:07:01 jon Exp $
+# $Id: MakeCat.pm,v 2.4.2.2 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -55,7 +55,7 @@
 use strict;
 
 use vars qw($Force $Error $History $VERSION);
-$VERSION = substr(q$Revision: 2.4.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.4.2.2 $, 10);
 
 $Force = 0;
 $History = 0;



2.6.2.10  +3 -3      interchange/lib/Vend/Order.pm


rev 2.6.2.10, prev_rev 2.6.2.9
Index: Order.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Order.pm,v
retrieving revision 2.6.2.9
retrieving revision 2.6.2.10
diff -u -u -r2.6.2.9 -r2.6.2.10
--- Order.pm	5 Jun 2002 07:38:12 -0000	2.6.2.9
+++ Order.pm	27 Jun 2002 22:38:24 -0000	2.6.2.10
@@ -1,11 +1,11 @@
 # Vend::Order - Interchange order routing routines
 #
-# $Id: Order.pm,v 2.6.2.9 2002/06/05 07:38:12 racke Exp $
+# $Id: Order.pm,v 2.6.2.10 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # CyberCash 3 native mode enhancements made by and
 # Copyright 1998 by Michael C. McCune <mmccune@ibm.net>
@@ -28,7 +28,7 @@
 package Vend::Order;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.6.2.9 $, 10);
+$VERSION = substr(q$Revision: 2.6.2.10 $, 10);
 
 @ISA = qw(Exporter);
 



2.0.2.4   +3 -3      interchange/lib/Vend/Page.pm


rev 2.0.2.4, prev_rev 2.0.2.3
Index: Page.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Page.pm,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- Page.pm	24 Jan 2002 05:07:01 -0000	2.0.2.3
+++ Page.pm	27 Jun 2002 22:38:24 -0000	2.0.2.4
@@ -1,11 +1,11 @@
 # Vend::Page - Handle Interchange page routing
 # 
-# $Id: Page.pm,v 2.0.2.3 2002/01/24 05:07:01 jon Exp $
+# $Id: Page.pm,v 2.0.2.4 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
 
 my $wantref = 1;
 



2.0.2.7   +3 -3      interchange/lib/Vend/Parse.pm


rev 2.0.2.7, prev_rev 2.0.2.6
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.0.2.6
retrieving revision 2.0.2.7
diff -u -u -r2.0.2.6 -r2.0.2.7
--- Parse.pm	6 Jun 2002 02:14:47 -0000	2.0.2.6
+++ Parse.pm	27 Jun 2002 22:38:24 -0000	2.0.2.7
@@ -1,11 +1,11 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.0.2.6 2002/06/06 02:14:47 jon Exp $
+# $Id: Parse.pm,v 2.0.2.7 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.0.2.6 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.7 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);



2.0.2.4   +3 -3      interchange/lib/Vend/Server.pm


rev 2.0.2.4, prev_rev 2.0.2.3
Index: Server.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Server.pm,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- Server.pm	14 May 2002 15:25:26 -0000	2.0.2.3
+++ Server.pm	27 Jun 2002 22:38:24 -0000	2.0.2.4
@@ -1,11 +1,11 @@
 # Vend::Server - Listen for Interchange CGI requests as a background server
 #
-# $Id: Server.pm,v 2.0.2.3 2002/05/14 15:25:26 kwalsh Exp $
+# $Id: Server.pm,v 2.0.2.4 2002/06/27 22:38:24 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 package Vend::Server;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
 
 use POSIX qw(setsid strftime);
 use Vend::Util;



2.0.2.2   +3 -3      interchange/lib/Vend/Session.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: Session.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Session.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- Session.pm	24 Jan 2002 05:07:01 -0000	2.0.2.1
+++ Session.pm	27 Jun 2002 22:38:24 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Session - Interchange session routines
 #
-# $Id: Session.pm,v 2.0.2.1 2002/01/24 05:07:01 jon Exp $
+# $Id: Session.pm,v 2.0.2.2 2002/06/27 22:38:24 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 require Exporter;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 
 @ISA = qw(Exporter);
 



2.1.2.9   +3 -3      interchange/lib/Vend/Util.pm


rev 2.1.2.9, prev_rev 2.1.2.8
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.1.2.8
retrieving revision 2.1.2.9
diff -u -u -r2.1.2.8 -r2.1.2.9
--- Util.pm	2 May 2002 00:30:05 -0000	2.1.2.8
+++ Util.pm	27 Jun 2002 22:38:24 -0000	2.1.2.9
@@ -1,11 +1,11 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.1.2.8 2002/05/02 00:30:05 jon Exp $
+# $Id: Util.pm,v 2.1.2.9 2002/06/27 22:38:24 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -74,7 +74,7 @@
 use Errno;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.1.2.8 $, 10);
+$VERSION = substr(q$Revision: 2.1.2.9 $, 10);
 
 BEGIN {
 	eval {



No                   revision



No                   revision



2.0.2.5   +3 -3      interchange/lib/Vend/Table/Common.pm


rev 2.0.2.5, prev_rev 2.0.2.4
Index: Common.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Common.pm,v
retrieving revision 2.0.2.4
retrieving revision 2.0.2.5
diff -u -u -r2.0.2.4 -r2.0.2.5
--- Common.pm	24 Jan 2002 05:07:03 -0000	2.0.2.4
+++ Common.pm	27 Jun 2002 22:38:25 -0000	2.0.2.5
@@ -1,11 +1,11 @@
 # Vend::Table::Common - Common access methods for Interchange databases
 #
-# $Id: Common.pm,v 2.0.2.4 2002/01/24 05:07:03 jon Exp $
+# $Id: Common.pm,v 2.0.2.5 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
 
-$VERSION = substr(q$Revision: 2.0.2.4 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.5 $, 10);
 use strict;
 
 package Vend::Table::Common;



2.0.2.2   +3 -3      interchange/lib/Vend/Table/DB_File.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: DB_File.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DB_File.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- DB_File.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
+++ DB_File.pm	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Table::DB_File - Access an Interchange table stored in a DB file hash
 #
-# $Id: DB_File.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
+# $Id: DB_File.pm,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.0.2.2   +3 -3      interchange/lib/Vend/Table/GDBM.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: GDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/GDBM.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- GDBM.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
+++ GDBM.pm	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Table::GDBM - Access an Interchange table stored in a GDBM file
 #
-# $Id: GDBM.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
+# $Id: GDBM.pm,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 
 sub new {
 	my ($class, $obj) = @_;



2.0.2.3   +3 -3      interchange/lib/Vend/Table/InMemory.pm


rev 2.0.2.3, prev_rev 2.0.2.2
Index: InMemory.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/InMemory.pm,v
retrieving revision 2.0.2.2
retrieving revision 2.0.2.3
diff -u -u -r2.0.2.2 -r2.0.2.3
--- InMemory.pm	24 Jan 2002 05:07:03 -0000	2.0.2.2
+++ InMemory.pm	27 Jun 2002 22:38:25 -0000	2.0.2.3
@@ -1,11 +1,11 @@
 # Vend::Table::InMemory - Store an Interchange table in memory
 #
-# $Id: InMemory.pm,v 2.0.2.2 2002/01/24 05:07:03 jon Exp $
+# $Id: InMemory.pm,v 2.0.2.3 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 package Vend::Table::InMemory;
 use Vend::Table::Common;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.3 $, 10);
 use strict;
 
 # 0: column names



2.0.2.2   +3 -3      interchange/lib/Vend/Table/LDAP.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: LDAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/LDAP.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- LDAP.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
+++ LDAP.pm	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Table::LDAP - Interchange LDAP pseudo-table access
 #
-# $Id: LDAP.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
+# $Id: LDAP.pm,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 package Vend::Table::LDAP;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 use strict;
 
 use vars qw(



2.0.2.2   +4 -4      interchange/lib/Vend/Table/SDBM.pm


rev 2.0.2.2, prev_rev 2.0.2.1
Index: SDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/SDBM.pm,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- SDBM.pm	24 Jan 2002 05:07:03 -0000	2.0.2.1
+++ SDBM.pm	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -1,11 +1,11 @@
 # Vend::Table::SDBM - Access an Interchange table stored in Perl's internal SDBM
 #
-# $Id: SDBM.pm,v 2.0.2.1 2002/01/24 05:07:03 jon Exp $
+# $Id: SDBM.pm,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::SDBM;
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 use strict;
 use Fcntl;
 use SDBM_File;
@@ -31,7 +31,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.0.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.0.2.2 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



No                   revision



No                   revision



2.0.2.2   +3 -3      interchange/scripts/dump.PL


rev 2.0.2.2, prev_rev 2.0.2.1
Index: dump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/dump.PL,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- dump.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
+++ dump.PL	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -50,12 +50,12 @@
 #
 # Interchange session dumper
 #
-# $Id: dump.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
+# $Id: dump.PL,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -268,7 +268,7 @@
 
 =head1 VERSION
 
-# $Id: dump.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
+# $Id: dump.PL,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 
 =head1 SEE ALSO
 



2.0.2.4   +2 -2      interchange/scripts/expire.PL


rev 2.0.2.4, prev_rev 2.0.2.3
Index: expire.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expire.PL,v
retrieving revision 2.0.2.3
retrieving revision 2.0.2.4
diff -u -u -r2.0.2.3 -r2.0.2.4
--- expire.PL	11 May 2002 12:53:13 -0000	2.0.2.3
+++ expire.PL	27 Jun 2002 22:38:25 -0000	2.0.2.4
@@ -50,12 +50,12 @@
 #
 # Interchange session expiration
 #
-# $Id: expire.PL,v 2.0.2.3 2002/05/11 12:53:13 racke Exp $
+# $Id: expire.PL,v 2.0.2.4 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.7.2.14  +2 -2      interchange/scripts/interchange.PL


rev 2.7.2.14, prev_rev 2.7.2.13
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.7.2.13
retrieving revision 2.7.2.14
diff -u -u -r2.7.2.13 -r2.7.2.14
--- interchange.PL	19 May 2002 13:55:32 -0000	2.7.2.13
+++ interchange.PL	27 Jun 2002 22:38:25 -0000	2.7.2.14
@@ -50,12 +50,12 @@
 #
 # Interchange version 4.8.6
 #
-# $Id: interchange.PL,v 2.7.2.13 2002/05/19 13:55:32 racke Exp $
+# $Id: interchange.PL,v 2.7.2.14 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # See the files 'README' and 'WHATSNEW' for information.
 #



2.0.2.2   +3 -3      interchange/scripts/offline.PL


rev 2.0.2.2, prev_rev 2.0.2.1
Index: offline.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/offline.PL,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -u -r2.0.2.1 -r2.0.2.2
--- offline.PL	24 Jan 2002 05:07:04 -0000	2.0.2.1
+++ offline.PL	27 Jun 2002 22:38:25 -0000	2.0.2.2
@@ -50,12 +50,12 @@
 #
 # Interchange database builder and indexer
 #
-# $Id: offline.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
+# $Id: offline.PL,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -294,7 +294,7 @@
 
 =head1 VERSION
 
-# $Id: offline.PL,v 2.0.2.1 2002/01/24 05:07:04 jon Exp $
+# $Id: offline.PL,v 2.0.2.2 2002/06/27 22:38:25 jon Exp $
 
 =head1 DESCRIPTION