Ignore:
Timestamp:
Apr 19, 2014, 10:07:08 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
76ccba3
Parents:
03679c8
Message:

Reorganized boot section

File:
1 edited

Legend:

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

    r03679c8 rd2ecc65  
    4242sed '/PASSWD_PROGRAM/s@/bin/passwd@/tools&amp;@' config.h.orig &gt; config.h</userinput></screen>
    4343
    44     <para os="h">Compile the package:</para>
     44    <para os="h">Prevent Shadow from setting installed programs suid:</para>
    4545
    46 <screen os="i"><userinput>make</userinput></screen>
     46<screen os="i"><userinput>cp -v src/Makefile{,.orig}
     47sed 's/\(^suidu*bins = \).*/\1/' src/Makefile.orig &gt; src/Makefile</userinput></screen>
    4748
    48     <para os="j">Install the package:</para>
     49    <para os="j">Compile the package:</para>
    4950
    50 <screen os="k"><userinput>make install</userinput></screen>
     51<screen os="k"><userinput>make</userinput></screen>
    5152
    52     <para os="l">Create needed symlinks to be able to log on:</para>
     53    <para os="l">Install the package:</para>
    5354
    54 <screen os="m"><userinput>ln -sv /tools/etc/{login.{access,defs},limits} ${CLFS}/etc</userinput></screen>
     55<screen os="m"><userinput>make install</userinput></screen>
    5556
    5657  </sect2>
Note: See TracChangeset for help on using the changeset viewer.