[Clfs-commits] commit: r3847 - /trunk/BOOK/final-system/common/shadow.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 1 15:17:58 PST 2008


Author: jciccone
Date: Tue Jan  1 23:17:58 2008
New Revision: 3847

Log:
Correct the commands to remove the group man pages from shadow.

Modified:
    trunk/BOOK/final-system/common/shadow.xml

Modified: trunk/BOOK/final-system/common/shadow.xml
==============================================================================
--- trunk/BOOK/final-system/common/shadow.xml (original)
+++ trunk/BOOK/final-system/common/shadow.xml Tue Jan  1 23:17:58 2008
@@ -72,8 +72,8 @@
     program and its man pages, as Coreutils provides a better version:</para>
 
 <screen os="g"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
-sed -i '/groups.1.xml/d' man/Makefile
-sed -i 's/groups.1//' man/Makefile</userinput></screen>
+find man -name Makefile -exec sed -i '/groups.1.xml/d' '{}' \;
+find man -name Makefile -exec sed -i 's/groups.1 //' '{}' \;</userinput></screen>
 
     <para os="h">Compile the package:</para>
 




More information about the Clfs-commits mailing list