diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/diffutils.xml | 8 | ||||
-rw-r--r-- | chapter06/shadow.xml | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index 3c55e77b6..855c7d418 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -41,6 +41,14 @@ <screen><userinput>patch -Np1 -i ../&diffutils-i18n-patch;</userinput></screen> + <para>The above patch will cause the Diffutils build system to attempt to + rebuild the <filename>diff.1</filename> man page using the unavailable + program <command>help2man</command>. The result is an unreadable man page for + <command>diff</command>. We can avoid this by updating the timestamp on + the file <filename>man/diff.1</filename>:</para> + +<screen><userinput>touch man/diff.1</userinput></screen> + <para>Prepare Diffutils for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 626335673..cb606490b 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -131,8 +131,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> etc/login.defs > /etc/login.defs</userinput></screen> <note> - <para>If you built Shadow with Cracklib support, insert the following into - the <command>sed</command> given below:</para> + <para>If you built Shadow with Cracklib support, run the following:</para> <screen><literal>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' /etc/login.defs</literal></screen> </note> |