/usr/lib/ibdiagui1.2/pkgIndex.tcl is in libibdm1 1.2-OFED-1.4.2-1.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 | proc ibdiagui-load {dir} {
puts "Loading IBDIAGUI from: $dir"
uplevel #0 source [file join $dir ibdiagui.tcl]
}
package ifneeded ibdiagui 1.0 [list ibdiagui-load $dir]
|