mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
20 lines
733 B
Plaintext
20 lines
733 B
Plaintext
===========================================================================
|
|
$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
|
|
*********************************************************************
|
|
|
|
===========================================================================
|