mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Added NNTPSERVER info to config.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1454 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
076607164b
commit
792d60420c
@ -11,10 +11,19 @@
|
||||
|
||||
<para>The first time <command>slrn</command> is run, the
|
||||
<filename>$HOME/.jnewsrc</filename> file must be
|
||||
created. Create the <filename>$HOME/.jnewsrc</filename> file with the following
|
||||
created. For this configuration to work, you must have an environmental
|
||||
variable, NNTPSERVER, set. In normal operation it would be exported into
|
||||
the environment by a startup file, like <filename>/etc/profile</filename>
|
||||
or <filename>~/.bashrc</filename>. Here we will just put it into the
|
||||
environment of the configuration step. We will use the
|
||||
<acronym>LFS</acronym> news server in this example, but you should use
|
||||
whatever server you prefer.</para>
|
||||
|
||||
<para>Create the <filename>$HOME/.jnewsrc</filename> file with the following
|
||||
command:</para>
|
||||
|
||||
<screen><userinput><command>slrn -f $HOME/.jnewsrc --create</command></userinput></screen>
|
||||
<screen><userinput><command>NNTPSERVER=news.linuxfromscratch.org \
|
||||
slrn -f $HOME/.jnewsrc --create</command></userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user