Gentoo Archives: gentoo-soc

From: Sarath Lakshman <sarathlakshman@××××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Use of SCM tools verification post
Date: Sat, 03 Apr 2010 08:11:13
Message-Id: t2i7b125e641004030110qa500dfe4l654dcdec102ca69@mail.gmail.com
1 Hi,
2
3
4 Here is the patch I generated from svn co svn://anonsvn.gentoo.org/hwdata
5
6 Index: trunk/check-cards
7 ===================================================================
8 --- trunk/check-cards (revision 8)
9 +++ trunk/check-cards (working copy)
10 @@ -8,3 +8,16 @@
11 exit 1
12 fi
13 done
14 +
15 +
16 +# Module list is written to a temp file
17 +lsmod | awk '{ print $1 }' > /tmp/modules.$$;
18 +
19 +
20 +# Following modules are already loaded
21 +while read module;
22 +do
23 + echo $module ;
24 +done < /tmp/modules.$$
25 +
26 +
27
28
29
30 --
31 Happy Hacking,
32 Sarath Lakshman
33 http://www.sarathlakshman.info