/usr/share/tcltk/vfs1.3/zipvfscompat.tcl is in tcl-vfs 1.3-20080503-4.
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 | # Compatibility package to keep the ability to use vfs::zip via
# zipvfs. Keep the version number in sync with version of vfs::zip,
# and pkgIndex.tcl, of course. There is no other functionality, only
# the redirection.
package require vfs::zip 1.0.1
package provide zipvfs 1.0.1
|