[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 |
|
---|
[7b1982e] | 25 | <para os="a">Run the following <command>sed</command> command to disable
|
---|
| 26 | the installation of the <command>groups</command> and
|
---|
| 27 | <command>nologin</command> programs, as better versions of these programs
|
---|
| 28 | are provided by other packages, and prevent Shadow from setting the suid
|
---|
| 29 | bit on its installed programs:</para>
|
---|
[c140ee2] | 30 |
|
---|
[196919d] | 31 | <screen os="b"><userinput>cp -v src/Makefile.in{,.orig}
|
---|
[7b1982e] | 32 | sed -e 's/groups$(EXEEXT) //' \
|
---|
| 33 | -e 's/= nologin$(EXEEXT)/= /' \
|
---|
| 34 | -e 's/\(^suidu*bins = \).*/\1/' \
|
---|
[d3a81ee] | 35 | src/Makefile.in.orig > src/Makefile.in</userinput></screen>
|
---|
[c140ee2] | 36 |
|
---|
[7b1982e] | 37 | <para os="c">Tell Shadow to use <command>passwd</command> in
|
---|
[bf78dda] | 38 | <filename class="directory">/tools/bin</filename>:</para>
|
---|
[c140ee2] | 39 |
|
---|
[7b1982e] | 40 | <screen os="d"><userinput>cat > config.cache << "EOF"
|
---|
[196919d] | 41 | shadow_cv_passwd_dir=/tools/bin
|
---|
| 42 | EOF</userinput></screen>
|
---|
[c140ee2] | 43 |
|
---|
[7b1982e] | 44 | <para os="e">Prepare Shadow for compilation:</para>
|
---|
[64b4aba] | 45 |
|
---|
[7b1982e] | 46 | <screen os="f"><userinput>./configure --prefix=/tools \
|
---|
[196919d] | 47 | --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
|
---|
[64b4aba] | 48 |
|
---|
[7b1982e] | 49 | <para os="g">Compile the package:</para>
|
---|
[c140ee2] | 50 |
|
---|
[7b1982e] | 51 | <screen os="h"><userinput>make</userinput></screen>
|
---|
[c140ee2] | 52 |
|
---|
[7b1982e] | 53 | <para os="i">Install the package:</para>
|
---|
[c140ee2] | 54 |
|
---|
[7b1982e] | 55 | <screen os="j"><userinput>make install</userinput></screen>
|
---|
[c140ee2] | 56 |
|
---|
| 57 | </sect2>
|
---|
| 58 |
|
---|
| 59 | <sect2 role="content">
|
---|
| 60 | <title/>
|
---|
| 61 |
|
---|
| 62 | <para>Details on this package are located in <xref
|
---|
| 63 | linkend="contents-shadow" role="."/></para>
|
---|
| 64 | </sect2>
|
---|
| 65 |
|
---|
| 66 | </sect1>
|
---|