2002-08-24 09:47:45 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation command explanations</title>
|
|
|
|
|
|
|
|
<para><userinput>
|
|
|
|
groupadd news
|
|
|
|
useradd -g news news :
|
|
|
|
</userinput></para>
|
|
|
|
<para>Create the group and user news, if not present. Errors
|
|
|
|
resulting from an already existing user or group news may be
|
|
|
|
ignored.</para>
|
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput> --prefix=/usr</userinput> : Change the default installation directory of /usr/local.</para>
|
2002-08-24 09:47:45 +08:00
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput> --localstatedir=/var</userinput> : Change the default spool directory of /usr/var.</para>
|
2002-09-26 08:19:42 +08:00
|
|
|
|
2003-04-12 09:58:10 +08:00
|
|
|
<para><userinput> --sysconfdir=/etc/news</userinput> : leafnode reads its configuration data from an file called
|
2002-08-24 09:47:45 +08:00
|
|
|
<filename>config</filename>, this with be created in
|
|
|
|
<filename>/etc/news</filename> to avoid any potential conflict with
|
|
|
|
other packages.
|
|
|
|
</para>
|
|
|
|
|
2003-04-06 00:32:17 +08:00
|
|
|
<para><userinput> make update</userinput> : Create an initial <filename>/etc/news/config.example</filename> file,
|
2002-08-24 09:47:45 +08:00
|
|
|
which must be renamed to <filename>/etc/news/config</filename>.</para>
|
|
|
|
|
|
|
|
</sect2>
|