projects
/
tclvfs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a3210
)
minor fix in ns mounting
author
Vince Darley
<vincentdarley@sourceforge.net>
Tue, 14 Jan 2003 15:37:47 +0000
(15:37 +0000)
committer
Vince Darley
<vincentdarley@sourceforge.net>
Tue, 14 Jan 2003 15:37:47 +0000
(15:37 +0000)
library/vfsUtils.tcl
patch
|
blob
|
history
diff --git
a/library/vfsUtils.tcl
b/library/vfsUtils.tcl
index 577cf91daff3b8f60af3d8b9ec9213672bdee401..04c045aef35d1a60b75649cf0443503f08e87957 100644
(file)
--- a/
library/vfsUtils.tcl
+++ b/
library/vfsUtils.tcl
@@
-59,6
+59,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 .tar ::vfs::tar::Mount vfs
::vfs::autoMountExtension .zip ::vfs::zip::Mount vfs
::vfs::autoMountUrl ftp ::vfs::ftp::Mount vfs
::vfs::autoMountUrl file ::vfs::fileUrlMount vfs