Changeset a4b892f
- Timestamp:
- Jul 8, 2008, 5:35:52 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f41b9d0
- Parents:
- 6fbd506
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/addinguser.xml
r6fbd506 ra4b892f 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> -
BOOK/introduction/common/changelog.xml
r6fbd506 ra4b892f 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>
Note:
See TracChangeset
for help on using the changeset viewer.