-# $Id: exec.tcl,v 1.46.2.2 2007/05/07 08:20:09 ana Exp $
+# $Id: exec.tcl,v 1.46.2.3 2007/07/11 12:15:35 miljenko Exp $
# Copyright 2004, 2005 University of Zagreb, Croatia. All rights reserved.
#
}
} else {
if {$oper_mode != "edit"} {
- #vimageCleanup
- cleanupCfg
+ # it is faster to remove everything
+ vimageCleanup
+ # cleanupCfg is used for multi user/experiment
+ # environments (not supported in this version)
+ #cleanupCfg
.menubar.tools entryconfigure "Auto rearrange all" -state normal
.menubar.tools entryconfigure "Auto rearrange selected" -state normal
}
set t_start [clock seconds]
- #vimageCleanup
- cleanupCfg
+ # it is faster to remove everything
+ vimageCleanup
+ # cleanupCfg is used for multi user/experiment
+ # environments (not supported in this version)
+ #cleanupCfg
catch { nexec mv /etc/resolv.conf /etc/resolv.conf.bak }
catch { nexec kldload ng_ether }