mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Convert nfs-server to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@931 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
16
package/nfs-server/ipkg/nfs-server.control
Normal file
16
package/nfs-server/ipkg/nfs-server.control
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user