[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-309-gbafe4be

git git at cross-lfs.org
Wed Aug 21 15:06:47 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  bafe4be5930e2a57695d214f2d8c3a6287f666df (commit)
      from  a95a50eb78a670cddc7ceb38ecf38fa2952e7037 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bafe4be5930e2a57695d214f2d8c3a6287f666df
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Aug 21 17:06:23 2013 -0500

    Add missing force option to link command.

diff --git a/BOOK/final-system/common/kmod.xml b/BOOK/final-system/common/kmod.xml
index 3ccb3ed..39fb4f5 100644
--- a/BOOK/final-system/common/kmod.xml
+++ b/BOOK/final-system/common/kmod.xml
@@ -66,7 +66,7 @@ make -C man install</userinput></screen>
 
     <para os="i">Create symbolic links for programs that expect Module-Init-Tools.</para>
 
-<screen os="j"><userinput>ln -sv kmod /bin/lsmod
+<screen os="j"><userinput>ln -sfv kmod /bin/lsmod
 ln -sfv ../bin/kmod /sbin/depmod
 ln -sfv ../bin/kmod /sbin/insmod
 ln -sfv ../bin/kmod /sbin/modprobe

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/kmod.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list