summaryrefslogtreecommitdiffstats
path: root/openwrt/package/nfs-server/nfs-server.control
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/nfs-server/nfs-server.control')
-rw-r--r--openwrt/package/nfs-server/nfs-server.control16
1 files changed, 0 insertions, 16 deletions
diff --git a/openwrt/package/nfs-server/nfs-server.control b/openwrt/package/nfs-server/nfs-server.control
deleted file mode 100644
index 72a6cf9d4..000000000
--- a/openwrt/package/nfs-server/nfs-server.control
+++ /dev/null
@@ -1,16 +0,0 @@
-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.