summaryrefslogtreecommitdiff
path: root/filesystems/u9fs/MESSAGE
blob: 9d8b9e50e000350c0b6bcfcd579b06aaeae597c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2007/04/24 19:06:03 agc Exp $

To activate u9fs, you need to add the following lines to your
/etc/inetd.conf file:

 564   stream tcp nowait root    ${PREFIX}/libexec/u9fs u9fs -D -a none

After that, tell inetd to reload its config file:

	/etc/rc.d/inetd reload

*********************************************************************
WARNING: "-a none" ABOVE MEANS THAT NO AUTHENTICATION WILL BE DONE ON
ANY CLIENTS WHICH CONNECT TO u9fs. THIS IS ALMOST CERTAINLY NOT WHAT
YOU WANT
*********************************************************************

===========================================================================