X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Frcmd.pl;h=64b64798ae0a6debafed70ad16e0b37784df88c4;hb=201dedf3e4325faab5c34b38135790012142286b;hp=57cfe0969a8ce0274af19e550784f89ddbfe5ab3;hpb=4db91b5f128f03334ec03a89eb8f56af1d698c78;p=spider.git diff --git a/cmd/show/rcmd.pl b/cmd/show/rcmd.pl index 57cfe096..64b64798 100644 --- a/cmd/show/rcmd.pl +++ b/cmd/show/rcmd.pl @@ -33,7 +33,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, 'rcmd', $who]); +@out = $self->spawn_cmd("show/rcmd $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'rcmd', $who]); #@out = DXLog::print($from, $to, $main::systime, 'rcmd', $who); return (1, @out);