/usr/bin/tkrat is in tkrat 1:2.2cvs20100105-true-dfsg-6.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/usr/bin/wish8.5
# This file automatically generated ven 10 ago 2012, 09.59.09, CEST
set env(LIBDIR) /usr/share/tkrat2.2
set env(CONFIG_DIR) /etc/ratatosk
set env(COMPRESS) /bin/gzip
set env(CSUFFIX) .gz
set env(SSH) "/usr/bin/ssh"
foreach dir {/usr/share/tkrat2.2/util /usr/lib/tkrat2.2} {
source $dir/pkgIndex.tcl
}
set auto_path [concat /usr/share/tkrat2.2 $auto_path]
TkRatClientStart
|