diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 6d21c7197..15f94eb7c 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -11,9 +11,9 @@ Install the Shadow Password Suite by running the following commands: <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd etc &&</userinput> - <userinput>cp limits login.access login.defs.linux /etc - &&</userinput> - <userinput>mv /etc/login.defs.linux /etc/login.defs</userinput> + <userinput>cp limits login.access /etc &&</userinput> + <userinput>sed "s|/var/spool/mail|/var/mail|" login.defs.linux > + /etc/login.defs</userinput> </literallayout></blockquote> </sect2> |