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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Mar 20 01:24:00 2002


User:      jon
Date:      2002-03-20 06:23:04 GMT
Modified:  scripts  interchange.PL
Log:
Remove old 'minimate' action that called nonexistent code.

Revision  Changes    Path
2.26      +2 -6      interchange/scripts/interchange.PL


rev 2.26, prev_rev 2.25
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.25
retrieving revision 2.26
diff -u -u -r2.25 -r2.26
--- interchange.PL	18 Mar 2002 20:11:06 -0000	2.25
+++ interchange.PL	20 Mar 2002 06:23:04 -0000	2.26
@@ -50,7 +50,7 @@
 #
 # Interchange version 4.9.0
 #
-# $Id: interchange.PL,v 2.25 2002/03/18 20:11:06 jon Exp $
+# $Id: interchange.PL,v 2.26 2002/03/20 06:23:04 jon Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -1744,12 +1744,8 @@
 my %action = (
     process	=> \&do_process,
 	ui_wrap => \&UI::Primitive::ui_wrap,
-    ui=> sub { 
+	ui		=> sub { 
 					&UI::Primitive::ui_acl_global();
-					&do_process(@_);
-				   },
-    minimate=> sub { 
-					&MiniMate::CfgMgr::mm_acl_global;
 					&do_process(@_);
 				   },
     scan	=> \&do_scan,