chiark / gitweb /
option for no inotify; manpage fix
[innduct.git] / doc / pod / active.times.pod
1 =head1 NAME
2
3 active.times - List of local creation times of newsgroups
4
5 =head1 DESCRIPTION
6
7 The file I<pathdb>/active.times provides a chronological record of when
8 newsgruops were created on the local server.  This file is normally
9 updated by B<innd> whenever a newgroup control message is processed or a
10 C<ctlinnd newgroup> command is issued, and is used by B<nnrpd> to answer
11 NEWGROUPS requests.
12
13 Each line consists of three fields:
14
15     <name> <time> <creator>
16
17 The first field is the name of the newsgroup.  The second field is the
18 time it was created, expressed as the number of seconds since the epoch.
19 The third field is the e-mail addrses of the person who created the group,
20 as specified in the control message or on the B<ctlinnd> command line, or
21 the newsmaster specified at configure time if no creator argument was
22 given to B<ctlinnd>.
23
24 =head1 HISTORY
25
26 Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews.  Converted to
27 POD by Russ Allbery <rra@stanford.edu>
28
29 $Id: active.times.pod 6282 2003-04-06 21:50:07Z rra $
30
31 =head1 SEE ALSO
32
33 active(5), ctlinnd(8), inn.conf(5), innd(8), nnrpd(8)
34
35 =cut