summaryrefslogtreecommitdiff
path: root/net/sendfile/MESSAGE
blob: 8613ad767735ec67819d682bb3aa6e7563f850fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
===========================================================================
$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
===========================================================================