Revision
81550
Author
dports@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

Diff

Modified: trunk/dports/fuse/fuse4x-kext/Portfile (81549 => 81550)


--- 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"