From eb68622ab47f5f8c45fc496b6fb36295600eea63 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 12 Dec 2007 13:47:00 +0000 Subject: [PATCH] Move xdsh under xcat git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/dsh/Context/XCAT.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/dsh/Context/XCAT.pm b/xCAT-server-2.0/lib/xcat/dsh/Context/XCAT.pm index f5128b793..0b9fd7455 100644 --- a/xCAT-server-2.0/lib/xcat/dsh/Context/XCAT.pm +++ b/xCAT-server-2.0/lib/xcat/dsh/Context/XCAT.pm @@ -2,11 +2,10 @@ # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html package XCAT; -use base DSHContext; use Socket; use xCAT::Utils; use xCAT::MsgUtils; - +use base xCAT::DSHContext; # Define remote shell globals from xCAT our $XCAT_RSH_CMD;