diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 23:17:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 23:17:53 +0000 |
commit | fb153b0152e43663660288c9cda8a4f026169b2e (patch) | |
tree | 02073bbc6bd0262f7ba1b44e3bf5de22e7465c21 /openwrt/package/nfs-server/nfs-server.control | |
parent | 27bf75beace099fe51a8682bb2664f2150b18d22 (diff) | |
download | mtk-20170518-fb153b0152e43663660288c9cda8a4f026169b2e.zip mtk-20170518-fb153b0152e43663660288c9cda8a4f026169b2e.tar.gz mtk-20170518-fb153b0152e43663660288c9cda8a4f026169b2e.tar.bz2 |
add libwrap, portmap, nfs-server
SVN-Revision: 450
Diffstat (limited to 'openwrt/package/nfs-server/nfs-server.control')
-rw-r--r-- | openwrt/package/nfs-server/nfs-server.control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/nfs-server/nfs-server.control b/openwrt/package/nfs-server/nfs-server.control new file mode 100644 index 0000000..72a6cf9 --- /dev/null +++ b/openwrt/package/nfs-server/nfs-server.control @@ -0,0 +1,16 @@ +Package: nfs-server +Section: net +Priority: optional +Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> +Source: buildroot internal +Depends: portmap +Description: User space NFS server + This package contains all necessary programs to make your Linux machine act + as an NFS server, being an NFS daemon (rpc.nfsd), a mount daemon (rpc.mountd). + . + Unlike other NFS daemons, this NFS server runs entirely in user space. This + makes it a tad slower than other NFS implementations, and also introduces + some awkwardnesses in the semantics (for instance, moving a file to a + different directory will render its file handle invalid). + . + There is currently no support for file locking. |