annotate debian/conf.debian @ 442:fc3e4fc0a88d noffle

[svn] update
author godisch
date Wed, 25 Jun 2003 16:34:53 +0100
parents f52f39cdc1c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
301
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
1 # Debian specific NOFFLE configuration
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
2 # See /etc/news/noffle.conf for the NOFFLE main configuration.
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
3
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
4 # The fetchmode may either be "ppp" or "cron", "ppp" means that
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
5 # the fetch should be run in the ip-up part of ppp, "cron" means
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
6 # that the fetch should be run periodically; this assumes a
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
7 # permanent connection to the NNTP server (i.e. not dial-up).
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
8 #
429
f52f39cdc1c2 [svn] made "ppp" default
godisch
parents: 301
diff changeset
9 NOFFLE_FETCHMODE=ppp
301
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
10
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
11 # You won't find here NOFFLE_EXPIRELOGS any longer. NOFFLE logs
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
12 # to syslog using the news facility. Have a look at your syslog
3b5b7f3fd71f [svn] initial debian/ upload
godisch
parents:
diff changeset
13 # configuration, /etc/syslog.conf and /etc/cron.*/sysklogd instead.