aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:11:32 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:11:32 +0000
commit73cb24acc24d4575125704f5064f0a10823f88a7 (patch)
treea1769ab2dd5046223351e62187ff55e48ddd093b
parentba7d4fd61352c5dfb2f5ad06edb7f7d255549268 (diff)
su is installed by shadow, not coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/coreutils.xml8
-rw-r--r--chapter06/shadow.xml8
3 files changed, 11 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f60bd2c36..56d17bd4c 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 4569908a7..e9ee8336c 100644
--- a/chapter06/coreutils.xml
+++ b/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>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index a1846e85c..7a232c01c 100644
--- a/chapter06/shadow.xml
+++ b/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>