Changeset 9d47629 for BOOK/final-system


Ignore:
Timestamp:
Aug 28, 2012, 5:21:39 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
10d3d46
Parents:
2e4e2db
Message:

Update shadow page for groups program and man-pages.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r2e4e2db r9d47629  
    3434    </note>
    3535
    36     <para os="b">Prepare Shadow for compilation:</para>
    37 
    38 <screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen>
    39 
    40 <para os="d">The meaning of the configure options:</para>
    41 
    42   <variablelist os="e">
     36
     37    <para os="b">Disable the installation of the <command>groups</command>
     38    program and its man pages, as Coreutils provides a better version:</para>
     39
     40<screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in
     41find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \;
     42find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen>
     43
     44    <para os="d">Prepare Shadow for compilation:</para>
     45
     46<screen os="e"><userinput>./configure --sysconfdir=/etc</userinput></screen>
     47
     48<para os="f">The meaning of the configure options:</para>
     49
     50  <variablelist os="g">
    4351    <varlistentry>
    4452      <term><parameter>--sysconfdir=/etc</parameter></term>
     
    5058  </variablelist>
    5159
    52     <para os="f">Disable the installation of the <command>groups</command>
    53     program and its man pages, as Coreutils provides a better version:</para>
    54 
    55 <screen os="g"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
    56 find man -name Makefile -exec sed -i '/groups.1.xml/d' '{}' \;
    57 find man -name Makefile -exec sed -i 's/groups.1 //' '{}' \;</userinput></screen>
    5860
    5961    <para os="h">Compile the package:</para>
  • BOOK/final-system/multilib/shadow.xml

    r2e4e2db r9d47629  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen>
     32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33    href="../common/shadow.xml"
     34    xpointer="xpointer(//*[@os='c'])"/>
    3335
    3436    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3638    xpointer="xpointer(//*[@os='d'])"/>
    3739
    38     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../common/shadow.xml"
    40     xpointer="xpointer(//*[@os='e'])"/>
     40<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen>
    4141
    4242    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.