From 1ddd3743de21315fa1eba2e1e8021710586e5816 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 24 Mar 2005 23:17:53 +0000 Subject: add libwrap, portmap, nfs-server git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@450 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/nfs-server/nfs-server.control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/nfs-server/nfs-server.control (limited to 'package/nfs-server/nfs-server.control') diff --git a/package/nfs-server/nfs-server.control b/package/nfs-server/nfs-server.control new file mode 100644 index 000000000..72a6cf9d4 --- /dev/null +++ b/package/nfs-server/nfs-server.control @@ -0,0 +1,16 @@ +Package: nfs-server +Section: net +Priority: optional +Maintainer: Felix Fietkau +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. -- cgit v1.2.3