diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
commit | 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch) | |
tree | abdbfa8e4dbf97a986c0469999b15df80cceadfe /chapter06/shadowpwd.xml | |
parent | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff) |
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd.xml')
-rw-r--r-- | chapter06/shadowpwd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/shadowpwd.xml b/chapter06/shadowpwd.xml index 856262fe3..5c9c6b510 100644 --- a/chapter06/shadowpwd.xml +++ b/chapter06/shadowpwd.xml @@ -16,9 +16,9 @@ way.</para> <sect2> <title>Installation of Shadow</title> -<para>Shadow hard-wires the path to the <userinput>passwd</userinput> binary +<para>Shadow hard-wires the path to the <command>passwd</command> binary within the binary itself, but does this the wrong way. If a -<userinput>passwd</userinput> binary is not present before installing Shadow, +<command>passwd</command> binary is not present before installing Shadow, the package incorrectly assumes it is going to be located at <filename>/bin/passwd</filename>, but then installs it in <filename>/usr/bin/passwd</filename>. This will lead to errors about not finding @@ -84,7 +84,7 @@ directory for it to work properly:</para> <screen><userinput>mkdir /etc/default</userinput></screen> -<para>Coreutils has already installed a better <userinput>groups</userinput> +<para>Coreutils has already installed a better <command>groups</command> program in <filename>/usr/bin</filename>. Remove the one installed by Shadow:</para> |