mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-16 09:15:38 +01:00
Prevent Shadow from installing internationalized variants of the 'groups' man page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
563c5e5525
commit
70326afc73
@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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><para>November 26, 2005 [matt]: Upgrade to man-pages 2.14.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
|
|||||||
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>
|
<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
|
<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>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user