Changeset dd202542


Ignore:
Timestamp:
06/27/2008 05:27:03 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
6.3, 6.3-rc3
Children:
f77b0b9
Parents:
a786208
Message:

Corrected instructions in shadow warning.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7495 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra786208 rdd202542  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • introduction/welcome/changelog.xml

    ra786208 rdd202542  
    4141
    4242-->
     43    <listitem>
     44      <para>June 27th, 2008</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Corrected warning in shadow instructions to add
     48          the --without-pam switch instead of replace.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4353    <listitem>
    4454      <para>June 25th, 2008</para>
  • postlfs/security/shadow.xml

    ra786208 rdd202542  
    489489          you in determining the problem. If you cannot find and
    490490          fix the error, you should recompile <application>Shadow</application>
    491           replacing <option>--with-libpam</option> with
    492           <option>--without-libpam</option> in the above instructions (also move
    493           the <filename>/etc/login.defs.orig</filename> backup file to
    494           <filename>/etc/login.defs</filename>). If you
     491          adding the <option>--without-libpam</option> switch to the
     492          <command>configure</command> command in the above instructions
     493          (also move the <filename>/etc/login.defs.orig</filename> backup
     494          file to <filename>/etc/login.defs</filename>). If you
    495495          fail to do this and the errors remain, you will be unable to log into
    496496          your system.</para>
Note: See TracChangeset for help on using the changeset viewer.