From: Steven Rostedt Date: Wed, 6 Jan 2010 23:49:44 +0000 (-0500) Subject: kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl X-Git-Tag: v2.6.34-rc1~291^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f66ea98d7ae6a8b6a34e38b1b4fa51abc1c9ca;p=pandora-kernel.git kconfig: Look in both /bin and /sbin for lsmod in streamline_config.pl Distributions now have lsmod in /bin instead of /sbin. But to handle both cases, we look for it in /sbin /bin /usr/bin and /usr/sbin. If lsmod is not found in any of those paths, it defaults to use just lsmod and hopes that it lies in the path of the user. Tested-by: Xavier Chantry Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed