18 lines
758 B
Text
18 lines
758 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2012/10/21 16:01:40 cheusov Exp $
|
|
To complete installation, you must
|
|
|
|
- add to /etc/services or equivalent, if missing:
|
|
saft 487/tcp # simple asynchronous file transfer
|
|
|
|
- add to /etc/inetd.conf:
|
|
saft stream tcp6 nowait root ${LOCALBASE}/sbin/sendfiled sendfiled
|
|
saft stream tcp nowait root ${LOCALBASE}/sbin/sendfiled sendfiled
|
|
|
|
- If you want to use the outgoing spooling feature, then add to your
|
|
system bootup file (/etc/rc.local or /etc/rc.d/rc.local):
|
|
${PREFIX}/sbin/sendfiled -Q
|
|
|
|
- Users should add to their .login or .profile:
|
|
${PREFIX}/bin/check_sendfile
|
|
===========================================================================
|