1######################################################################
2# Configuration file for ebnetd/ndtpd/ebhttpd.
3# (Copy this file to `ebnetd.conf', and edit it.)
4######################################################################
5
6### Port number `ebnetd' binds.
7### (default: ebnet)
8# ebnet-port		ebnet
9
10### Port number `ndtpd' binds.
11### (default: ndtp)
12# ndtp-port		ndtp
13
14### Port number `ebhttpd' binds.
15### (default: http)
16# http-port		http
17
18### Owner of the server process.
19### (default: none)
20user			ebnetd
21
22### Group of the server process.
23### (default: none)
24group			ebnetd
25
26### How many clients can be connected to the server at the same time.
27### (default: 1)
28# max-clients		1
29
30### Which hosts can or cannot connect to the server.
31### (default: none)
32hosts			127.0.0.1
33hosts			::1
34hosts			!?
35hosts			host.your.domain
36
37### Timeout seconds until the server disconnects an idle connection.
38### (default: 900)
39# timeout		900
40
41### Path to a working directory.
42### Please create the directory and make it be writable for the server
43### processes before executing the server.
44### (default: @pkglocalstatedir@)
45# work-path		@pkglocalstatedir@
46
47### How many hit entries the server tries to find at a search.
48### (default: 50)
49# max-hits		50
50
51### The maximum size of text the server may send as a response to
52### a client.
53### (default: 32768)
54# max-text-size		32768
55
56### Syslog facility
57### (default: daemon)
58syslog-facility		local0
59
60###
61### Book entry
62###
63begin book
64    ### Name of the book.
65    ### (required)
66    name		jitenban97
67
68    ### Title of the book.
69    ### (required)
70    title		Jitenban 97
71
72    ### Path to a top directory of the book.
73    ### (required)
74    path		/cdrom
75
76    ### Path to a top directory of the appdendix data of the book.
77    ### (default: none)
78    appendix-path	@datadir@/eb/appendix/jitenban97-2.1
79
80    ### How many clients can access the book at the same time.
81    ### (default: 1)
82    max-clients		1
83
84    ### Which hosts can or cannot access to the book.
85    ### (default: none)
86    hosts		127.0.0.1
87    hosts		::1
88    hosts		!?
89    hosts		host.your.domain
90end
91
92### Add a book group directive (lines between `begin book' and `end'),
93### if you want to read another CD-ROM book.  A book group directive
94### is required for each book.
95