This file is indexed.

/usr/share/doc/phalanx/pondering is in phalanx 22+d051004-13.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
> When I let two computer players play against each other with xboard, I don't
> want them to ponder. It seems that phalanx doesn't ponder when I play
> it in ascii-mode, but somehow things go wrong with xboard, and phalanx
> ponders anyway. Here is the output from xboard -debug -fcp "phalanx -p-"

Pondering can be set on/off via hard/easy commands.  Xboard sends
"new\nbeep\nrandom\nhard\n" to the chess program by default.  Check
your initString in xboard's defaults.  Here is the line from my
.Xresources file:

xboard*initString:new\nbeep\n

This leaves pondering off for both phalanx and gnuchess.

Dusan Dobes