mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
0d1379a705
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@843 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
948 B
XML
26 lines
948 B
XML
<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>
|
|
|
|
<para><userinput> --prefix=/usr</userinput> : Change the default installation directory of /usr/local.</para>
|
|
|
|
<para><userinput> --localstatedir=/var</userinput> : Change the default spool directory of /usr/var.</para>
|
|
|
|
<para><userinput> --sysconfdir=/etc/news</userinput> : leafnode reads its configuration data from an file called
|
|
<filename>config</filename>, this with be created in
|
|
<filename>/etc/news</filename> to avoid any potential conflict with
|
|
other packages.
|
|
</para>
|
|
|
|
<para><userinput> make update</userinput> : Create an initial <filename>/etc/news/config.example</filename> file,
|
|
which must be renamed to <filename>/etc/news/config</filename>.</para>
|
|
|
|
</sect2>
|