diff options
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> |