summaryrefslogtreecommitdiffstats
path: root/openwrt/package/nfs-server/nfs-server.control
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 23:17:53 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 23:17:53 +0000
commitaec6853281f09936fd519cca41357f5b654be378 (patch)
tree02073bbc6bd0262f7ba1b44e3bf5de22e7465c21 /openwrt/package/nfs-server/nfs-server.control
parente3b19a88713ff0219e0976681846372fee8ed255 (diff)
add libwrap, portmap, nfs-server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/nfs-server/nfs-server.control')
-rw-r--r--openwrt/package/nfs-server/nfs-server.control16
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 000000000..72a6cf9d4
--- /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.