Changeset 3962

Show
Ignore:
Timestamp:
07/09/08 00:35:52 (5 months ago)
Author:
jciccone
Message:

Change the command that creates the clfs user to not include -k /dev/null. Newer versions of Shadow (4.1.2) apparently any argument passed to -k to be a directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/final-preps/addinguser.xml

    r3463 r3962  
    2222 
    2323<screen><userinput>groupadd clfs 
    24 useradd -s /bin/bash -g clfs -m -k /dev/null clfs</userinput></screen> 
     24useradd -s /bin/bash -g clfs -d /home/clfs clfs 
     25mkdir -pv /home/clfs 
     26chown -v clfs:clfs /home/clfs</userinput></screen> 
    2527 
    2628  <variablelist> 
  • trunk/BOOK/introduction/common/changelog.xml

    r3958 r3962  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>July 7, 2008</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[jciccone] - Change the command that creates the clfs user 
     44          to not include -k /dev/null. Newer versions of Shadow (4.1.2) 
     45          apparently any argument passed to -k to be a directory.</para> 
     46        </listitem> 
     47      </itemizedlist> 
     48    </listitem> 
    3849 
    3950    <listitem>