This file is indexed.

/usr/share/doc/tclthread/README.Debian is in tclthread 1:2.6.6-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
In addition to an ordinary Thread package which is meant to be used in
Tcl/Tk applications the package includes also a library for AOLserver.

To use it install aolserver4 package and add the following lines to
/etc/aolserver4/aolserver4.tcl:

if {![catch {
        set tclthreadlib [lindex [glob /usr/lib/tcltk/thread*/libthread*-aolserver.so] 0]
      }]} {
    ns_param libthread $tclthreadlib
}

Sergei Golovan  Wed, 26 Mar 2008 23:09:37 +0300