New commits:
commit 2ed612bd55fc3f9a4b155523c52b352c1eee4a14
Author: David Brown <dmlb2000@kajit-master.(none)>
Commit: David Brown <dmlb2000@kajit-master.(none)>
this should fix when castfs is either installed manually (by a castfs
dev) or the state where castfs is uninstalled but the binary saved
diff --git a/var/lib/sorcery/modules/libtrack
b/var/lib/sorcery/modules/libtrack
index c90b38c..e3bedc7 100755
--- a/var/lib/sorcery/modules/libtrack
+++ b/var/lib/sorcery/modules/libtrack
@@ -121,7 +121,7 @@ function real_devoke_installwatch() {
function is_castfs_installed()
{
- if [[ $(installed_version castfs) || -x /usr/local/bin/castfs ]] &&
modprobe fuse
+ if which castfs && modprobe fuse
then
return 0
else
[SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (2ed612bd55fc3f9a4b155523c52b352c1eee4a14),
David Brown, 10/24/2006