[interchange-cvs] interchange - kwalsh modified scripts/interchange.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri May 10 15:47:00 2002


User:      kwalsh
Date:      2002-05-10 19:46:52 GMT
Modified:  scripts  interchange.PL
Log:
	* Added Racke's "locking mode" patch to the development branch.

	  "Global configuration directive LockType works now as advertised
	  in the documentation."

Revision  Changes    Path
2.28      +3 -1      interchange/scripts/interchange.PL


rev 2.28, prev_rev 2.27
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.27
retrieving revision 2.28
diff -u -r2.27 -r2.28
--- interchange.PL	9 May 2002 10:02:33 -0000	2.27
+++ interchange.PL	10 May 2002 19:46:51 -0000	2.28
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.9.0
 #
-# $Id: interchange.PL,v 2.27 2002/05/09 10:02:33 racke Exp $
+# $Id: interchange.PL,v 2.28 2002/05/10 19:46:51 kwalsh Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -2865,6 +2865,8 @@
 
 	# Read interchange.cfg (or whatever its name is set to be)
 	global_config();
+	# Select locking mode
+	set_lock_type();
 
 	@action{keys %{$Global::ActionMap}} = (values %{$Global::ActionMap})
 		if $Global::ActionMap;