Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/package/pcmcia-cs/patches/002-serial-cardctl_path.patch
Gabor Juhos cf3c154090 package/pcmcia-cs: refresh patches
SVN-Revision: 20475
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
}