Changeset 4917d0c0 for chapter06


Ignore:
Timestamp:
02/02/2005 01:02:35 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
233c809
Parents:
4dca1e2
Message:

Updates: Thanx Manuel

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    r4dca1e2 r4917d0c0  
    3333
    3434<screen><userinput>./configure --libdir=/usr/lib --enable-shared</userinput></screen>
     35
     36<para>Remove the installation of the groups program, and it's man page:</para>
     37
     38<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
     39sed -i '/groups/d' man/Makefile</userinput></screen>
    3540
    3641<para>Compile the package:</para>
     
    9095<screen><userinput>mkdir /etc/default</userinput></screen>
    9196
    92 <para>Coreutils has already installed a better
    93 <command>groups</command> program in <filename
    94 class="directory">/usr/bin</filename>.  Remove the one installed by
    95 Shadow:</para>
    96 
    97 <screen><userinput>rm /bin/groups</userinput></screen>
    98 <beginpage/>
    9997</sect2>
    10098
Note: See TracChangeset for help on using the changeset viewer.