add libwrap, portmap, nfs-server
[openwrt/svn-archive/archive.git] / openwrt / package / nfs-server / nfs-server.control
1 Package: nfs-server
2 Section: net
3 Priority: optional
4 Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
5 Source: buildroot internal
6 Depends: portmap
7 Description: User space NFS server
8 This package contains all necessary programs to make your Linux machine act
9 as an NFS server, being an NFS daemon (rpc.nfsd), a mount daemon (rpc.mountd).
10 .
11 Unlike other NFS daemons, this NFS server runs entirely in user space. This
12 makes it a tad slower than other NFS implementations, and also introduces
13 some awkwardnesses in the semantics (for instance, moving a file to a
14 different directory will render its file handle invalid).
15 .
16 There is currently no support for file locking.