Changeset 98fcc37


Ignore:
Timestamp:
12/31/2004 06:45:17 AM (19 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9f3a5104
Parents:
008a51d
Message:

Added Archaic's sed to remove installation of the groups binary from shadow - see LFS-Dev for more info.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4472 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r008a51d r98fcc37  
    4949</itemizedlist>
    5050</listitem>
     51
     52<listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop
     53installation of shadow's groups binary, as well as it's man page.</para></listitem>
    5154
    5255<listitem><para>December 30th, 2004 [jeremy]: Added Vim security vulnerability patch - Thanks Matt</para></listitem>
  • chapter06/shadow.xml

    r008a51d r98fcc37  
    2626
    2727<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
     28
     29<para>Remove the installation of the groups program, and it's man page:</para>
     30
     31<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
     32sed -i '/groups/d' man/Makefile</userinput></screen>
    2833
    2934<para>Compile the package:</para>
     
    6267<screen><userinput>mkdir /etc/default</userinput></screen>
    6368
    64 <para>Remove a program:</para>
    65 
    66 <screen><userinput>rm /bin/groups</userinput></screen>
    67 
    6869</sect2>
    6970
Note: See TracChangeset for help on using the changeset viewer.