blob: fe58349a39504104478a5ca113a310616504caec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
===========================================================================
$NetBSD: MESSAGE,v 1.3 2002/07/15 22:57:29 heinz Exp $
1. Add /etc/services those services.
yatconf 54111/tcp
ascy 54106/tcp
Since those port numbers are not official one, please choose
appropriate values for your environment.
2. Please install inetd.conf(5)'s entry like bellow.
pop3 stream tcp nowait root ${LOCALBASE}/libexec/yatd yatd
yatconf stream tcp nowait root ${LOCALBASE}/libexec/yatconfd yatconfd
ascy stream tcp nowait root ${LOCALBASE}/libexec/ascyd ascyd
You should add appropriate options.
3. Edit yatsvrrc and yatrc2 in ${PKG_SYSCONFDIR}.
===========================================================================
|