/usr/share/tcltk/vfs1.3/mk4vfscompat.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::mk4 via
# mk4vfs. Keep the version number in sync with version of vfs::mk4,
# and pkgIndex.tcl, of course. There is no other functionality, only
# the redirection.
package require vfs::mk4 1.10.1
package provide mk4vfs 1.10.1
|