1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Template: shared/news/server
Type: string
Description: What news server should be used for reading and posting news?
What news server (NNTP server) should be used for reading and posting news?
.
Enter the fully qualified domain name of the server.
Template: slrnpull/run_from
Type: select
Choices: cron job, ip-up, manually
Default: cron job
Description: When should slrnpull be run?
Slrnpull needs to run periodically to download news. This can be accomplished
in a variety of ways.
.
A cron job that is run daily can be used. This works well if you have a
permanent network connection, or if you are using diald or a similar
program that connects to the network on demand.
.
The /etc/ppp/ip-up.d/slrnpull script will make slrnpull download news when
you connect to the network via ppp.
.
Or you can choose to handle this manually.
Template: slrnpull/run_manual
Type: note
Description: Slrnpull will be run manually.
You indicated that you want run slrnpull manually to download news,
rather than automatically via a cron job or other method. The command to run
(as root) to update the newsgroup descriptions is:
.
slrnpull -h `cat /etc/news/server`
|