Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (2ed612bd55fc3f9a4b155523c52b352c1eee4a14)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-stage-root sorcery by David Brown (2ed612bd55fc3f9a4b155523c52b352c1eee4a14)
  • Date: Tue, 24 Oct 2006 10:12:54 -0500

GIT changes to devel-stage-root sorcery by David Brown
<dmlb2000@kajit-master.(none)>:

var/lib/sorcery/modules/libtrack | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

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

Archive powered by MHonArc 2.6.24.

Top of Page