From 800372a02674aa0da14c467409b9445b99d127f5 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Tue, 24 Dec 2002 11:40:01 +0000 Subject: [PATCH] .kit is automountable --- ChangeLog | 2 ++ library/vfsUtils.tcl | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d869f8f..9bb5d82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2002-12-24 Vince Darley * library/ftpvfs.tcl: set the 'size' element in stat calls. (Bug reported on comp.lang.tcl). + * library/vfsUtils.tcl: added '.kit' to the set of extensions + which vfs::auto will recognise for auto-mounting. 2002-10-30 Andreas Kupries diff --git a/library/vfsUtils.tcl b/library/vfsUtils.tcl index 63032b6..577cf91 100644 --- a/library/vfsUtils.tcl +++ b/library/vfsUtils.tcl @@ -58,6 +58,7 @@ proc ::vfs::unmount {mountpoint} { ::vfs::autoMountExtension "" ::vfs::mk4::Mount vfs ::vfs::autoMountExtension .bin ::vfs::mk4::Mount vfs +::vfs::autoMountExtension .kit ::vfs::mk4::Mount vfs ::vfs::autoMountExtension .zip ::vfs::zip::Mount vfs ::vfs::autoMountUrl ftp ::vfs::ftp::Mount vfs ::vfs::autoMountUrl file ::vfs::fileUrlMount vfs -- 2.23.0