|
@@ -158,6 +158,14 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
|
|
|
|
|
|
<screen><userinput>grpconv</userinput></screen>
|
|
|
|
|
|
+ <para>Shadow's stock configuration for the <command>useradd</command>
|
|
|
+ utility is not suitable for LFS systems. Use the following commands to
|
|
|
+ change the default home directory for new users and prevent the creation of
|
|
|
+ mail spool files:</para>
|
|
|
+
|
|
|
+<screen><userinput>useradd -D -b /home
|
|
|
+sed -i 's/yes/no/' /etc/default/useradd</userinput></screen>
|
|
|
+
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="configuration">
|