aboutsummaryrefslogtreecommitdiffstats
path: root/package/nfs-server/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-18 13:28:02 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-18 13:28:02 +0000
commite7716817ced4d41a7c66602026a1e130cb16594f (patch)
tree65f79173cc4a68594dab46b4472afd33ae0515ce /package/nfs-server/ipkg
parent8afb80f54e6bc46882fa7a2a39412d81dd1081f2 (diff)
downloadmaster-187ad058-e7716817ced4d41a7c66602026a1e130cb16594f.tar.gz
master-187ad058-e7716817ced4d41a7c66602026a1e130cb16594f.tar.bz2
master-187ad058-e7716817ced4d41a7c66602026a1e130cb16594f.zip
Convert nfs-server to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@931 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nfs-server/ipkg')
-rw-r--r--package/nfs-server/ipkg/nfs-server.control16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/nfs-server/ipkg/nfs-server.control b/package/nfs-server/ipkg/nfs-server.control
new file mode 100644
index 0000000000..72a6cf9d41
--- /dev/null
+++ b/package/nfs-server/ipkg/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.