Changeset ec86461


Ignore:
Timestamp:
Aug 13, 2009, 10:06:22 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7bca962
Parents:
3124bb6
Message:

Removed unneeded configure options from Shadow instructions

Location:
BOOK
Files:
2 edited

Legend:

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

    r3124bb6 rec86461  
    3636    <para os="b">Prepare Shadow for compilation:</para>
    3737
    38 <screen os="c"><userinput>./configure --sysconfdir=/etc --without-libpam \
    39     --without-audit --without-selinux</userinput></screen>
     38<screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen>
    4039
    4140<para os="d">The meaning of the configure options:</para>
     
    4645      <listitem><para>Tells Shadow to install its configuration files into
    4746      /etc, rather than /usr/etc.</para></listitem>
    48     </varlistentry>
    49     <varlistentry>
    50       <term><parameter>--without-libpam</parameter></term>
    51       <listitem><para>Support for Linux-PAM is enabled by default in Shadow,
    52       however PAM is not installed on a base CLFS system, so this switch
    53       disables PAM support in Shadow. For instructions to install PAM and
    54       link Shadow to it, you can look at
    55       <ulink url="&cblfs-root;index.php/Linux-PAM"/>.</para></listitem>
    56     </varlistentry>
    57     <varlistentry>
    58       <term><parameter>--without-audit</parameter></term>
    59       <listitem><para>Support for auditing is enabled by default, but a
    60       library that it needs is not installed in a base CLFS system. This
    61       switch disables auditing support.</para></listitem>
    62     </varlistentry>
    63     <varlistentry>
    64       <term><parameter>--without-selinux</parameter></term>
    65       <listitem><para>Support for selinux is enabled by default, but selinux
    66       is not built in a base CLFS system and configure will fail without this
    67       switch.</para></listitem>
    6847    </varlistentry>
    6948  </variablelist>
  • BOOK/introduction/common/changelog.xml

    r3124bb6 rec86461  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>August 14, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Chaged Shadow instructions to remove unneeded
     44          configure options and update sed command for the encryption method.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
Note: See TracChangeset for help on using the changeset viewer.