blob: 0822d34efec88c10edefc6d29f993e5e8cf567eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
**********************************************************************
You'll need manual configurations to actually activate EBNETD servers.
Step 0(optional):
If you want to setup private syslog, edit /etc/syslog.conf.
Step 1:
Copy a sample configuration file `ebnetd.conf.sample' to `ebnetd.conf'
in `${PREFIX}/etc' directory, and edit it. Consult the "Configuration
File" section of info file.
Step 2a:
To start EBNETD servers as standalone daemons, add the following lines
to /etc/rc.conf:
ebhttpd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ebhttpd.
ebhttpd_flags (str): Set to "" by default.
Extra flags passed to start ebhttpd.
ebnetd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ebnetd.
ebnetd_flags (str): Set to "" by default.
Extra flags passed to start ebnetd.
ndtpd_enable (bool): Set to "NO" by default.
Set it to "YES" to enable ndtpd.
ndtpd_flags (str): Set to "" by default.
Extra flags passed to start ndtpd.
Step 2b:
To start EBNETD servers as child processes of 'inetd', edit
/etc/inetd.conf. Consult the "Run `xxxx' as a child of `inetd'"
sections of info file.
**********************************************************************
|