diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index acbbbf7ac..0f30426d8 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -69,8 +69,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <note> <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> +<screen role="nodump"><userinput>sed -i 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' etc/login.defs</userinput></screen> </note> <para>Prepare Shadow for compilation:</para> |