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:
parent
7417acfe17
commit
5eb0f8cf14
@ -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>) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/ksh
|
||||
#!/bin/sh
|
||||
#egan@us.ibm.com
|
||||
#(C)IBM Corp
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user