Blob


1 # kamid -- 9p file server daemon
3 kamid is a FREE implementation of a 9p file server daemon for
4 UNIX-like systems.
7 ## Building
9 kamid depends on libtls, libevent and yacc/GNU bison. To build from a
10 release tarball:
12 ./configure
13 make
14 sudo make install # eventually
16 to build from a git checkout:
18 ./bootstrap
19 ./configure
20 make
23 ## Usage
25 In order to run, a `_kamid` user must exists. The home directory of
26 `_kamid` should be `/var/empty` or similar. A configuration file is
27 also needed. kamid must be started with root privileges.
30 ## License
32 kamid is released under a BSD-like license. The bulk of the code is
33 under the ISC license, but some file are BSD2 or BSD3.