diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 2 | ||||
-rw-r--r-- | chapter06/util-linux-ng.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index e5d1b4896..7fd226a51 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -113,7 +113,7 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> -e 's@/var/spool/mail@/var/mail@' etc/login.defs</userinput></screen> <note> - <para>If you built Shadow with Cracklib support, run the following:</para> + <para>If you chose to build Shadow with Cracklib support, run the following:</para> <screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \ etc/login.defs</userinput></screen> diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 46b86874f..5cb412262 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -64,6 +64,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <screen><userinput remap="make">make</userinput></screen> + <para>Install the package:</para> + <screen><userinput remap="install">make install</userinput></screen> </sect2> |