2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2001-08-08 16:23:04 +01:00
|
|
|
<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' src/useradd.c
|
|
|
|
> useradd.c.temp &&</userinput>: This sed is used to fix a
|
2001-08-29 20:29:31 +01:00
|
|
|
compilation bug which occurs due to a variable (nflg) being used but not
|
2001-08-08 16:23:04 +01:00
|
|
|
defined.</para>
|
2001-08-07 14:43:37 +01:00
|
|
|
|
2001-08-28 21:50:57 +01:00
|
|
|
<para><userinput>cp limits login.access and others:</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>
|
|
|
|
|