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