This file is indexed.

/usr/share/doc/polyorb-doc/examples/corba/all_functions/README is in polyorb-doc 2.11~20140418-3.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
README for the PolyORB all_types example
----------------------------------------

$Id: README 132810 2008-11-27 14:08:19Z quinot $

This demo tests the processing for various argument passing modes, both
in the case where network communication is involved and in the case of
local calls.

Three executables are provided
- server : a CORBA server application, provides various functions that
  receive and return values.

- client : a CORBA client application, built to interact with 'server',
  test various combinations of argument modes

- dynclient : same, using the DII

* To run these tests :

1) client/server test :

- launch server
- launch client using the IOR string output by server as an argument

The client will interact with the server, doing several tests. The different
results are displayed on the client side.

2) local test :

- launch 'server local'
- the server runs the tests within the same partition