diff options
-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 60650a5dd..2dd368b05 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -7,13 +7,13 @@ Install the Shadow Password Suite by running the following commands: <blockquote><literallayout> + <userinput>patch -Np0 -i ../shadow-20001016.patch &&</userinput> <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd etc &&</userinput> - <userinput>cp limits login.access \</userinput> - <userinput> login.defs.linux shells suauth - /etc &&</userinput> + <userinput>cp limits login.access login.defs.linux /etc + &&</userinput> <userinput>mv /etc/login.defs.linux /etc/login.defs</userinput> </literallayout></blockquote> |