[81550] trunk/dports/fuse/fuse4x-kext/Portfile

dports at macports.org dports at macports.org
Mon Aug 1 08:56:37 PDT 2011


Revision: 81550
          http://trac.macports.org/changeset/81550
Author:   dports at macports.org
Date:     2011-08-01 08:56:33 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
fuse4x-kext: kextstat is in /usr/sbin, not /sbin (see #30514)

Modified Paths:
--------------
    trunk/dports/fuse/fuse4x-kext/Portfile

Modified: trunk/dports/fuse/fuse4x-kext/Portfile
===================================================================
--- trunk/dports/fuse/fuse4x-kext/Portfile	2011-08-01 15:24:13 UTC (rev 81549)
+++ trunk/dports/fuse/fuse4x-kext/Portfile	2011-08-01 15:56:33 UTC (rev 81550)
@@ -76,7 +76,7 @@
 # running filesystems; print a list.
 post-activate {
     set kextid "org.fuse4x.kext.fuse4x"
-    if {[string length [exec /sbin/kextstat -lb $kextid]] > 0} {
+    if {[string length [exec /usr/sbin/kextstat -lb $kextid]] > 0} {
         ui_msg "Another version of Fuse4X is already loaded. Attempting to unload it."
         if {![catch {exec /sbin/kextunload -b $kextid}]} {
             ui_msg "Successfully unloaded the previous installation of Fuse4X"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110801/10969fae/attachment.html>


More information about the macports-changes mailing list