From 6f8f9033935acd30b87fd9cac5c176cfaf8de1fc Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 19 Dec 2007 16:03:56 +0000 Subject: [PATCH] Change from using dping to pping git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@189 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/DSHCLI.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/DSHCLI.pm b/perl-xCAT-2.0/xCAT/DSHCLI.pm index 493d6f5c7..0deb47a43 100644 --- a/perl-xCAT-2.0/xCAT/DSHCLI.pm +++ b/perl-xCAT-2.0/xCAT/DSHCLI.pm @@ -3044,9 +3044,9 @@ sub verify_targets my @no_response = (); my %rsp; $rsp->{data}->[0] = - "TRACE:Verifying remaining targets with dping command.\n"; + "TRACE:Verifying remaining targets with pping command.\n"; $dsh_trace && xCAT::MsgUtils->message("I", $rsp, $::CALLBACK); - @no_response = xCAT::DSHCore->dping_hostnames(@ping_list); + @no_response = xCAT::DSHCore->pping_hostnames(@ping_list); foreach $hostname (@no_response) {