Ver Fonte

su is installed by shadow, not coreutils

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess há 21 anos atrás
pai
commit
73cb24acc2
3 ficheiros alterados com 11 adições e 8 exclusões
  1. 3 0
      chapter01/changelog.xml
  2. 0 8
      chapter06/coreutils.xml
  3. 8 0
      chapter06/shadow.xml

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 0 - 8
chapter06/coreutils.xml

@@ -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>

+ 8 - 0
chapter06/shadow.xml

@@ -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>