diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index ba5d34e60..b052ab3ab 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -50,8 +50,8 @@ </note> <para>Disable the installation of the <command>groups</command> program - and its man pages, as Coreutils provides a better version. Also - Prevent the installation of manual pages that were already installed in + and its man pages, as Coreutils provides a better version. Also, + prevent the installation of manual pages that were already installed in <xref linkend="ch-system-man-pages"/>:</para> <screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in @@ -107,10 +107,11 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - + <!-- <para>Move a misplaced program to its proper location:</para> <screen><userinput remap="install">mv -v /usr/bin/passwd /bin</userinput></screen> + --> <!-- <para>Move Shadow's libraries to more appropriate locations:</para> |