Changeset a4b892f


Ignore:
Timestamp:
Jul 8, 2008, 5:35:52 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f41b9d0
Parents:
6fbd506
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.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/addinguser.xml

    r6fbd506 ra4b892f  
    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>
  • BOOK/introduction/common/changelog.xml

    r6fbd506 ra4b892f  
    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>
Note: See TracChangeset for help on using the changeset viewer.