pkgsrc/net/sendfile/MESSAGE
is 534203b0ff Update to sendfile-2.1b.
Most visible change is multiprotocol support.
2011-06-01 11:21:00 +00:00

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