Changeset 3962
- Timestamp:
- 07/09/08 00:35:52 (5 months ago)
- Files:
-
- trunk/BOOK/final-preps/addinguser.xml (modified) (1 diff)
- trunk/BOOK/introduction/common/changelog.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/final-preps/addinguser.xml
r3463 r3962 22 22 23 23 <screen><userinput>groupadd clfs 24 useradd -s /bin/bash -g clfs -m -k /dev/null clfs</userinput></screen> 24 useradd -s /bin/bash -g clfs -d /home/clfs clfs 25 mkdir -pv /home/clfs 26 chown -v clfs:clfs /home/clfs</userinput></screen> 25 27 26 28 <variablelist> trunk/BOOK/introduction/common/changelog.xml
r3958 r3962 36 36 </listitem> 37 37 --> 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> 38 49 39 50 <listitem>
