diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:28:02 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 13:28:02 +0000 |
commit | 594427a90ed8ec49c849ab8de81189194bfb47c4 (patch) | |
tree | 4de1d016bb4834b843f1c7601a61996050534023 /openwrt/package/nfs-server/ipkg | |
parent | e94b13687930aa2e7a41339a43ca9c81041ee786 (diff) | |
download | mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.zip mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.tar.gz mtk-20170518-594427a90ed8ec49c849ab8de81189194bfb47c4.tar.bz2 |
Convert nfs-server to new packaging style
SVN-Revision: 931
Diffstat (limited to 'openwrt/package/nfs-server/ipkg')
-rw-r--r-- | openwrt/package/nfs-server/ipkg/nfs-server.control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/nfs-server/ipkg/nfs-server.control b/openwrt/package/nfs-server/ipkg/nfs-server.control new file mode 100644 index 0000000..72a6cf9 --- /dev/null +++ b/openwrt/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. |