shadowpwd-inst.xml 776 B

123456789101112131415161718
  1. <sect2>
  2. <title>Installation of Shadow Password Suite</title>
  3. <para>Before the shadow Password Suite can be installed, the patch file
  4. must be unpacked. This patch fixes a compliation problem due to a
  5. variable being used but not defined. Install the Shadow Password
  6. Suite by running the following commands:</para>
  7. <para><screen><userinput>patch -Np1 -i ../shadow-20001016.patch &amp;&amp;</userinput>
  8. <userinput>./configure --prefix=/usr &amp;&amp;</userinput>
  9. <userinput>make &amp;&amp;</userinput>
  10. <userinput>make install &amp;&amp;</userinput>
  11. <userinput>cd etc &amp;&amp;</userinput>
  12. <userinput>cp limits login.access /etc &amp;&amp;</userinput>
  13. <userinput>sed "s|/var/spool/mail|/var/mail|" login.defs.linux &gt; /etc/login.defs</userinput></screen></para>
  14. </sect2>