Changeset 7969
- Timestamp:
- 03/19/07 15:13:34 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/createfiles.xml (modified) (1 diff)
- trunk/BOOK/chapter06/shadow.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7968 r7969 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Change the default home directory for new users and 44 do not create mail spool files for them. Add a 45 <systemitem class="groupname">mail</systemitem> group so that if 46 Shadow is configured to create mail spool files for new users, it can 47 do so without issuing a warning.</para> 48 </listitem> 49 <listitem> 43 50 <para>[matthew] - Upgrade to Shadow-4.0.18.1. Fixes 44 51 <ulink url="&lfs-ticket-root;1850">#1850</ulink></para> trunk/BOOK/chapter06/createfiles.xml
r7883 r7969 90 90 usb:x:14: 91 91 cdrom:x:15: 92 mail:x:34: 92 93 nogroup:x:99:</literal> 93 94 EOF</userinput></screen> trunk/BOOK/chapter06/shadow.xml
r7968 r7969 158 158 159 159 <screen><userinput>grpconv</userinput></screen> 160 161 <para>Shadow's stock configuration for the <command>useradd</command> 162 utility is not suitable for LFS systems. Use the following commands to 163 change the default home directory for new users and prevent the creation of 164 mail spool files:</para> 165 166 <screen><userinput>useradd -D -b /home 167 sed -i 's/yes/no/' /etc/default/useradd</userinput></screen> 160 168 161 169 </sect2>
