|
@@ -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>
|