freebsd-ports/japanese/ebnetd/pkg-message
Pav Lucistnik 63547225fa - After repocopy from japanese/ndtpd, rename to japanese/ebnetd and update
to version 1.0

PR:		ports/73131
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-10-31 21:56:08 +00:00

33 lines
1.3 KiB
Plaintext

**********************************************************************
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.
**********************************************************************