534203b0ff
Most visible change is multiprotocol support.
15 lines
549 B
Text
15 lines
549 B
Text
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
|