summaryrefslogtreecommitdiff
path: root/filesystems/u9fs/MESSAGE
diff options
context:
space:
mode:
authoragc <agc>2007-04-24 19:06:03 +0000
committeragc <agc>2007-04-24 19:06:03 +0000
commit248a69dcccb95d283cce8f972ba9fa90dc93370d (patch)
treebefd53e7f143d96e4558e2385e85c6619859b7bd /filesystems/u9fs/MESSAGE
parenteb6add29da0e5c4eed918098810cc30f48e0a464 (diff)
downloadpkgsrc-248a69dcccb95d283cce8f972ba9fa90dc93370d.tar.gz
Initial import of u9fs-2.0.3 to the Packages Collection.
U9fs is a program that serves Unix files to Plan 9 machines using the 9P protocol. It is typically invoked on a Unix machine by inetd with its standard input and output connected to a network connection, typically TCP on an Ethernet. It typically runs as user root and multiplexes access to multiple Plan 9 clients over the single wire. It assumes Plan 9 uids match Unix login names, and changes to the corresponding Unix effective uid when processing requests. U9fs serves both 9P1 (the 9P protocol as used by the second and third editions of Plan 9) and 9P2000.
Diffstat (limited to 'filesystems/u9fs/MESSAGE')
-rw-r--r--filesystems/u9fs/MESSAGE19
1 files changed, 19 insertions, 0 deletions
diff --git a/filesystems/u9fs/MESSAGE b/filesystems/u9fs/MESSAGE
new file mode 100644
index 00000000000..9d8b9e50e00
--- /dev/null
+++ b/filesystems/u9fs/MESSAGE
@@ -0,0 +1,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
+*********************************************************************
+
+===========================================================================