mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 06:14:13 +01:00
Added command to create /etc/default directory to allow the -D option of useradd to work properly.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3090 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2b07134fa8
commit
638a816e6a
@ -34,6 +34,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
|
||||||
|
to create /etc/default directory to allow the -D option of useradd to
|
||||||
|
work properly.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils and
|
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils and
|
||||||
Util-linux: Pruned the number of "kill" binaries installed. Use the one from
|
Util-linux: Pruned the number of "kill" binaries installed. Use the one from
|
||||||
Procps. Partially addresses Bug 307.</para></listitem>
|
Procps. Partially addresses Bug 307.</para></listitem>
|
||||||
|
@ -105,6 +105,11 @@ pointing to a non-existent file), remove it:</para>
|
|||||||
<screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
|
<screen><userinput>ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
|
||||||
ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen>
|
ln -sf ../../lib/libmisc.so.0 /usr/lib/libmisc.so</userinput></screen>
|
||||||
|
|
||||||
|
<para>The -D option of the <filename>useradd</filename> program requires this
|
||||||
|
directory for it to work properly:</para>
|
||||||
|
|
||||||
|
<screen><userinput>mkdir /etc/default</userinput></screen>
|
||||||
|
|
||||||
<para>Coreutils has already installed a <userinput>groups</userinput> program
|
<para>Coreutils has already installed a <userinput>groups</userinput> program
|
||||||
in <filename>/usr/bin</filename>. If you wish, you can remove the one
|
in <filename>/usr/bin</filename>. If you wish, you can remove the one
|
||||||
installed by Shadow:</para>
|
installed by Shadow:</para>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031113">
|
<!ENTITY version "CVS-20031114">
|
||||||
<!ENTITY releasedate "November 13th, 2003">
|
<!ENTITY releasedate "November 14th, 2003">
|
||||||
<!ENTITY milestone "5.1">
|
<!ENTITY milestone "5.1">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user