Changed xCAT-client/sbin/pping2 to use sh instead of ksh.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3997 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
potterbm 2009-08-13 19:35:36 +00:00
parent 7417acfe17
commit 5eb0f8cf14
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ if (@reachable_nodes > 0) {
debug("SERIAL not set.\n");
my $node_string=join(',', @reachable_nodes);
my $command = "$::XCATROOT/bin/xdsh $node_string $bypass -s -e $::XCATROOT/sbin/pping2 \"$i_string $quiet $allnodes\" 2> /dev/null|";
debug("Running \'$command\'");
debug("Running \'$command\'\n");
open (PPING2, "$command") or die("Cannot open pping-internal pipe: $!");
# Print out the result
while (<PPING2>) {

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
#egan@us.ibm.com
#(C)IBM Corp
#