2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2001-12-10 15:23:46 +00:00
|
|
|
<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/'
|
|
|
|
src/useradd.c.backup > src/useradd.c &&</userinput>:
|
|
|
|
This sed is used to fix a compilation bug which occurs due to a
|
|
|
|
variable (nflg) being used but not defined.</para>
|
2001-08-07 14:43:37 +01:00
|
|
|
|
2001-12-04 00:16:51 +00:00
|
|
|
<para><userinput>cp limits login.access /etc:</userinput> These files
|
2001-01-24 00:31:17 +00:00
|
|
|
were not installed during the installation of the package so we copy
|
|
|
|
them manually as those files are used to configure authentication
|
2001-07-22 20:45:10 +01:00
|
|
|
details on the system.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-08-24 21:45:42 +01:00
|
|
|
<para><userinput>sed "s%/var/spool/mail%/var/mail%" login.defs.linux >
|
2001-05-07 01:12:58 +01:00
|
|
|
/etc/login.defs</userinput>: /var/spool/mail is the old location of the
|
2001-07-22 20:45:10 +01:00
|
|
|
user mailboxes. The location that is used nowadays is /var/mail.</para>
|
2001-05-07 01:12:58 +01:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|