aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-02-06 21:09:08 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-02-06 21:09:08 +0000
commit6059af4f2959850035ac3270d607b65f958ade08 (patch)
treecaccb4c68c36a123d27550783ccf98b720a1bb49
parent36071b129fb5ce4282cb32be1a4562aa80d30b7c (diff)
Add lsmod link to kmod, missed from r9713.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/kmod.xml2
-rw-r--r--general.ent4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index 736e0d129..981b7d0a0 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -77,7 +77,7 @@ zlib_LIBS="-L/lib -lz" \
</para>
<screen><userinput remap="install">make pkgconfigdir=/usr/lib/pkgconfig install
-for target in depmod insmod modinfo modprobe rmmod; do
+for target in depmod insmod lsmod modinfo modprobe rmmod; do
ln -sv ../bin/kmod /sbin/$target
done
ln -sv kmod /bin/lsmod</userinput></screen>
diff --git a/general.ent b/general.ent
index e464f81cc..6f7b8e7e9 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120205">
-<!ENTITY releasedate "Feb 5, 2012">
+<!ENTITY version "SVN-20120206">
+<!ENTITY releasedate "Feb 6, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->