shadowpwd-exp.xml 729 B

123456789101112131415161718
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>cp limits login.access /etc:</userinput> These files
  4. were not installed during the installation of the package so we copy
  5. them manually as those files are used to configure authentication
  6. details on the system.</para>
  7. <para><userinput>sed "s%/var/spool/mail%/var/mail%" login.defs.linux &gt;
  8. /etc/login.defs</userinput>: /var/spool/mail is the old location of the
  9. user mailboxes. The location that is used nowadays is /var/mail.</para>
  10. <para><userinput>ln -sf vipw vigr</userinput>: According to the manpage of
  11. vipw, vigr should be a symlink to it. Because the shadow installation
  12. procedure doesn't create these symlinks, we create them manually.</para>
  13. </sect2>