Ignore:
Timestamp:
Apr 14, 2014, 1:49:16 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4b9dcd7
Parents:
47cb63d
Message:

Use passwd in /tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/shadow.xml

    r47cb63d rf584773  
    4848  </variablelist>
    4949
     50    <para os="h">Tell Shadow to use passwd in /tools/bin:</para>
    5051
    51     <para os="h">Compile the package:</para>
     52<screen os="i"><userinput>cp config.h{,.orig}
     53sed '/PASSWD_PROGRAM/s@/bin/passwd@/tools&amp;@' config.h.orig &gt; config.h</userinput></screen>
    5254
    53 <screen os="i"><userinput>make</userinput></screen>
     55    <para os="j">Compile the package:</para>
    5456
    55     <para os="j">This package does not come with a test suite.</para>
     57<screen os="k"><userinput>make</userinput></screen>
    5658
    57     <para os="k">Install the package:</para>
     59    <para os="l">This package does not come with a test suite.</para>
    5860
    59 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     61    <para os="m">Install the package:</para>
     62
     63<screen os="n"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6064
    6165  </sect2>
Note: See TracChangeset for help on using the changeset viewer.