source: BOOK/boot/common/shadow.xml @ 196919d

clfs-3.0.0-sysvinitsysvinit
Last change on this file since 196919d was 196919d, checked in by Chris Staub <chris@…>, 10 years ago

Improved organization on Shadow boot page

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[c140ee2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-boot-shadow" role="wrap">
9  <?dbhtml filename="shadow.html"?>
10
11  <title>Shadow-&shadow-version;</title>
12
13  <indexterm zone="ch-boot-shadow">
14    <primary sortas="a-Shadow">Shadow</primary>
15    <secondary>boot</secondary>
16  </indexterm>
17
18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
19  href="../../final-system/common/shadow.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of Shadow</title>
24
[196919d]25    <para os="a">Disable the installation of the <command>groups</command> and
[ca0535a]26    <command>nologin</command> programs, as better versions
27    of these programs are provided by Coreutils and Util-linux:</para>
[c140ee2]28
[196919d]29<screen os="b"><userinput>cp -v src/Makefile.in{,.orig}
[83b1e52]30sed -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
[d3a81ee]31    src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
[c140ee2]32
[196919d]33    <para os="c">Prevent Shadow from setting installed programs suid:</para>
[c140ee2]34
[196919d]35<screen os="d"><userinput>cp -v src/Makefile.in{,.orig}
36sed 's/\(^suidu*bins = \).*/\1/' src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
[c140ee2]37
[196919d]38    <para os="e">Tell Shadow to use <command>passwd</command> in
[bf78dda]39    <filename class="directory">/tools/bin</filename>:</para>
[c140ee2]40
[196919d]41<screen os="f"><userinput>cat > config.cache &lt;&lt; "EOF"
42shadow_cv_passwd_dir=/tools/bin
43EOF</userinput></screen>
[c140ee2]44
[196919d]45    <para os="g">Prepare Shadow for compilation:</para>
[64b4aba]46
[196919d]47<screen os="h"><userinput>./configure --prefix=/tools \
48    --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
[64b4aba]49
[196919d]50    <para os="i">Compile the package:</para>
[c140ee2]51
[196919d]52<screen os="j"><userinput>make</userinput></screen>
[c140ee2]53
[196919d]54    <para os="k">Install the package:</para>
[c140ee2]55
[196919d]56<screen os="l"><userinput>make install</userinput></screen>
[c140ee2]57
58  </sect2>
59
60  <sect2 role="content">
61    <title/>
62
63    <para>Details on this package are located in <xref
64    linkend="contents-shadow" role="."/></para>
65  </sect2>
66
67</sect1>
Note: See TracBrowser for help on using the repository browser.