su is installed by shadow, not coreutils

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2004-09-28 16:11:32 +00:00
parent ba7d4fd613
commit 73cb24acc2
3 changed files with 11 additions and 8 deletions

View File

@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>September 28th, 2004 [matt]: Added <quote>su</quote> to
the list of files installed by shadow</para></listitem>
<listitem><para>September 28th, 2004 [matt]: Sync with testing branch with
regard to bug 906 (Igor Zivkovic).</para></listitem>

View File

@ -653,14 +653,6 @@ strange patterns, to make it real hard to recover the data.</para>
</listitem>
</varlistentry>
<varlistentry id="su">
<term><command>su</command></term>
<listitem>
<indexterm zone="ch-system-coreutils su"><primary sortas="b-su">su</primary></indexterm>
<para>runs a shell with substitute user and group IDs.</para>
</listitem>
</varlistentry>
<varlistentry id="sum">
<term><command>sum</command></term>
<listitem>

View File

@ -362,6 +362,14 @@ is set to that of the given group.</para>
</listitem>
</varlistentry>
<varlistentry id="su">
<term><command>su</command></term>
<listitem>
<indexterm zone="ch-system-shadow su"><primary sortas="b-su">su</primary></indexterm>
<para>runs a shell with substitute user and group IDs.</para>
</listitem>
</varlistentry>
<varlistentry id="useradd">
<term><command>useradd</command></term>
<listitem>