===========================================================================
$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 /usr/pkg/sbin/sendfiled sendfiled
	saft stream tcp  nowait root /usr/pkg/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):
	/usr/pkg/sbin/sendfiled -Q

- Users should add to their .login or .profile:
	/usr/pkg/bin/check_sendfile
===========================================================================
