From 1268172864ab63b5b0672b99a7e8ddd5dd1efb1b Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 28 Apr 2009 13:36:28 +0000 Subject: [PATCH] removed the dependency on perl(open3) from the xCAT-rmc package git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3267 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-rmc/scripts/mtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-rmc/scripts/mtime b/xCAT-rmc/scripts/mtime index 5c1c6627b..784689257 100755 --- a/xCAT-rmc/scripts/mtime +++ b/xCAT-rmc/scripts/mtime @@ -1,7 +1,7 @@ #!/usr/bin/env perl # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html -require 'open3.pl'; +#require 'open3.pl'; #This script is a modified version of mtime to be used as part of a sensor in the #software managemnent system. This PERL script goes and finds the latest changed file via mtime