diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 4ea7d8f79..91f614110 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -51,7 +51,8 @@ <para>Prepare Shadow for compilation:</para> -<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared --without-selinux</userinput></screen> +<screen><userinput>./configure --libdir=/lib --sysconfdir=/etc --enable-shared \ + --without-selinux</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -108,7 +109,8 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen> <note> <para>If you built 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> +<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' \ + etc/login.defs</userinput></screen> </note> <para>Compile the package:</para> |