Author: matthew
Date: 2005-11-26 12:59:14 -0700 (Sat, 26 Nov 2005)
New Revision: 7188
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/shadow.xml
Log:
Prevent Shadow from installing internationalized variants of the 'groups' man
page
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2005-11-26 19:52:21 UTC (rev 7187)
+++ trunk/BOOK/chapter01/changelog.xml 2005-11-26 19:59:14 UTC (rev 7188)
@@ -114,6 +114,10 @@
</itemizedlist>
</listitem>
+<listitem><para>November 26, 2005 [matt]: Prevent installing the
+internationalized man pages for Shadow's <command>groups</command> binary
+(thanks to Randy McMurchy for the report).</para></listitem>
+
<listitem><para>November 26, 2005 [matt]: Upgrade to man-pages 2.14.</para>
</listitem>
Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml 2005-11-26 19:52:21 UTC (rev 7187)
+++ trunk/BOOK/chapter06/shadow.xml 2005-11-26 19:59:14 UTC (rev 7188)
@@ -46,7 +46,7 @@
<para>Disable the installation of the <command>groups</command> program and
its man page, as Coreutils provides a better version:</para>
<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
-sed -i '/groups/d' man/Makefile</userinput></screen>
+find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
<para>Compile the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page