2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Shadow Password Suite</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install the Shadow Password Suite by running the following commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<blockquote><literallayout>
|
2001-04-14 04:22:44 +01:00
|
|
|
<userinput>patch -Np1 -i ../shadow-20001016.patch &&</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
<userinput>./configure --prefix=/usr &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>cd etc &&</userinput>
|
2001-04-21 05:21:50 +01:00
|
|
|
<userinput>cp limits login.access /etc &&</userinput>
|
|
|
|
<userinput>sed "s|/var/spool/mail|/var/mail|" login.defs.linux >
|
|
|
|
/etc/login.defs</userinput>
|
2001-01-24 00:31:17 +00:00
|
|
|
</literallayout></blockquote>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|