1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 21:57:08 +03:00
openwrt-xburst/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
juhosg 08005bf6c9 package/pcmcia-cs: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20475 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:29:20 +00:00

12 lines
217 B
Diff

--- a/etc/shared
+++ b/etc/shared
@@ -167,7 +167,7 @@ get_info ()
STAB=/var/run/stab
fi
grep_stab $1 < $STAB || usage
- eval `/sbin/cardctl info $SOCKET`
+ eval `/usr/sbin/cardctl info $SOCKET`
fi
}