1MKZONEDB(8) Linux System Administration MKZONEDB(8)
2
3
4
6 mkzonedb - Utility create a zone file for isdnlog
7
9 mkzonedb -r zonefile -d database [-v] [-V] [-o Oz] [-l len]
10
12 mkzonedb reads a text file with zone (area code) information, and
13 writes it in a special format to the database file so that other apps
14 such as isdnlog can easily access the data.
15
16 This data is used to determine in what "zone" a given area code is in
17 relation to another, to see what rate applies to a call between these
18 area codes ("is the call a local call").
19
20 This utility is really only used during the building of the isdnlog-
21 data package, but it may be useful for those who want to create their
22 own custom tables.
23
25 -r zonefile
26 the text file with the zone information. Use "-" for standard
27 input.
28
29
30 -d database
31 the output database filename
32
33
34 -v verbose mode
35
36
37 -V show version information, and quit (don't do anything)
38
39
40 -o Oz Use "Oz" area zone. Default is 1. (What does this mean,
41 exactly?)
42
43
44 -l len "len" is the length of areacodes.
45 If 5 or more is given, then more space is allocated for the
46 internal tables (40000 instead of 10000 numbers allowed). Other
47 values aren't really used.
48
49
51 manpage written from C source by Paul Slootman <paul@debian.org>.
52
53
54
55mkzonedb 2003/03/11 MKZONEDB(8)