diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-18 13:28:02 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-18 13:28:02 +0000 |
commit | 4f0f8f8e35f4728727995f84949bdc0f4d8d48b3 (patch) | |
tree | 4de1d016bb4834b843f1c7601a61996050534023 /openwrt/package/nfs-server/ipkg | |
parent | c13a0258ce261292aba984b290df7f1d50cb21c1 (diff) |
Convert nfs-server to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@931 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..72a6cf9d4 --- /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. |