Man page - overchan(8)
Packages contains this manual
- prunehistory(8)
- makehistory(8)
- installit(1)
- buffchan(8)
- active(5)
- qio(3)
- passwd.nntp(5)
- actsync(8)
- scanlogs(8)
- shlock(1)
- inndstart(8)
- getlist(1)
- convdate(1)
- innstat(8)
- tally.unwanted(8)
- overview.fmt(5)
- ctlinnd(8)
- innwatch(8)
- archive(8)
- inn.conf(5)
- innxbatch(8)
- makeactive(8)
- hosts.nntp(5)
- expire(8)
- nnrp.access(5)
- nntpsend(8)
- wildmat(3)
- send-uucp(8)
- grephistory(1)
- in.nnrpd(8)
- nntpsend.ctl(5)
- rnews(1)
- innd(8)
- parsedate(3)
- inews(1)
- innlog.pl(8)
- newslog(8)
- expirerm(8)
- filechan(8)
- newsrequeue(8)
- nntpget(1)
- pgpverify(8)
- writelog(8)
- control.ctl(5)
- batcher(8)
- crosspost(8)
- news-recovery(8)
- expire.ctl(5)
- news.daily(8)
- newsfeeds(5)
- overchan(8)
- innxmit(8)
- clientlib(3)
- expireover(8)
- libinn(3)
- innwatch.ctl(5)
- inncheck(8)
- dbz(3)
- history(5)
- distrib.pats(5)
- innconfval(1)
- cvtbatch(8)
- moderators(5)
- inndcomm(3)
- shrinkfile(1)
- newslog(5)
- subst(1)
- fastrm(8)
- tally.control(8)
- inn-radius.conf(5)
- localgroups(5)
- innreport(8)
- getlist(1)
- convdate(1)
- ident(8)
- innwatch(8)
- expire(8)
- nntpsend(8)
- wildmat(3)
- motd.innd(5)
- innd(8)
- perl-nocem(8)
- tdx-util(8)
- batcher(8)
- ckpasswd(8)
- nnrpd(8)
- innfeed(8)
- innwatch.ctl(5)
- delayer(8)
- cnfsstat(8)
- shrinkfile(1)
- innreport.conf(5)
- send-ihave(8)
- prunehistory(8)
- ovdb_monitor(8)
- active(5)
- procbatch(8)
- actsync(8)
- incoming.conf(5)
- actsyncd(8)
- imapfeed(8)
- controlchan(8)
- innfeed.conf(5)
- grephistory(1)
- nnrpd.track(5)
- docheckgroups(8)
- send-nntp(8)
- ovsqlite-util(8)
- pgpverify(1)
- tinyleaf(8)
- auth_krb5(8)
- news.daily(8)
- innxmit(8)
- expireover(8)
- domain(8)
- motd.nnrpd(5)
- makedbz(8)
- innupgrade(8)
- readers.conf(5)
- gencancel(1)
- fastrm(1)
- ovdb_server(8)
- motd.news(5)
- scanlogs(8)
- shlock(8)
- ctlinnd(8)
- libinn_uwildmat(3)
- archive(8)
- innxbatch(8)
- rc.news(8)
- send-uucp(8)
- sendinpaths(8)
- news2mail(8)
- buffindexed.conf(5)
- inn-secrets.conf(5)
- newsgroups(5)
- inncheck(8)
- ovdb_stat(8)
- ovsqlite(5)
- history(5)
- cvtbatch(8)
- ovdb_init(8)
- inpaths(8)
- ovdb(5)
- tally.control(8)
- storage.conf(5)
- makehistory(8)
- buffchan(8)
- innmail(1)
- distributions(5)
- innstat(8)
- radius(8)
- mailpost(8)
- subscriptions(5)
- scanspool(8)
- nocem.ctl(5)
- nntpsend.ctl(5)
- inndf(8)
- sendxbatches(8)
- expirerm(8)
- nntpget(1)
- active.times(5)
- cnfsheadconf(8)
- writelog(8)
- control.ctl(5)
- ovsqlite-server(8)
- cycbuff.conf(5)
- expire.ctl(5)
- newsfeeds(5)
- overchan(8)
- innconfval(1)
- sm(8)
- mod-active(8)
- pullnews(1)
- newslog(5)
- ninpaths(8)
- innbind(8)
apt-get install inn
apt-get install inn2
Manual
OVERCHAN
NAMESYNOPSIS
DESCRIPTION
OPTIONS
HISTORY
SEE ALSO
NAME
overchan - update the news overview database
SYNOPSIS
overchan [ -D dir ] [ -c ] [ file... ]
DESCRIPTION
Overchan reads article data from files or standard input if none are specified. (A single dash in the file list means to read standard input.) It uses this information to update the news overview database. Overchan is designed to be used by InterNetNews or the C News ββmkovββ packages to update the database as the articles come in. The database for each newsgroup is stored in a file named .overview in a newsgroup directory within the overview database tree.
Overchan locks the database file (by locking an auxiliary file) before appending the new data. To purge data after articles have been expired, see expireover (8).
By default, overchan processes its input as an INN overview stream written as a ββWOββ entry in the newsfeeds (5) file, for example:
overview:*:Tc,WO:/usr/lib/news/bin/overchan
This data consists of a line of text, separated into two parts by a tab. The first part is a list of all relative pathnames where the article has been written, with a single space between entries. The second part is the data to be written into the overview file, except that the initial article number is omitted. The data in the overview files should be expired by running expireover (8). This is normally done by adding the ββexpireoverββ flag to the news.daily (8) invocation.
OPTIONS
|
-c |
To process the output of the mkov (8) program, use the ββ -c ββ flag. This format is described in the ββnovββ distribution. |
||
|
-D |
The ββ -D ββ flag can be used to specify where the databases are stored. The default directory is /var/spool/news/over.view . |
HISTORY
Written by Rob Robertson <rob@violet.berkeley.edu> and Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.9, dated 1996/10/29.
SEE ALSO
expireover(8), news.daily(8), newsfeeds(5), newsoverview(5), newsoverview(8).