diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:14:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 16:14:48 +0000 |
commit | 7624c05aaa01a1dfd87e2e564ec1c6e51117805d (patch) | |
tree | 316db9257e50c751ab3da896ce7c6cc14545d4bc | |
parent | 9c9cfbff4999393d6b9b1a6909a0edb92c0cdbdd (diff) |
su is installed by shadow
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4233 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/shadow.xml | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 20cbc7263..4dfd4d5fb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,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]: Remove potential confusion caused by incorrect text in replaceable tags (bug 906 - Igor Zivkovic).</para></listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 7d57442af..c327525e2 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -375,6 +375,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> |