1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: nfs-user-server
Section: net
Priority: optional
Maintainer: Herbert Xu <herbert@debian.org>
Standards-Version: 3.5.6
Build-Depends: autoconf, debhelper, libwrap-dev, netkit-rpc | libc6-dev (>= 2.2.3-3) | libc6.1-dev (>= 2.2.3-3) | libc0.2-dev (>= 2.2.3-3)
Package: nfs-user-server
Architecture: any
Depends: portmap | netbase (<< 4.00), ${shlibs:Depends}
Replaces: netstd, nfs-server
Conflicts: nfs-server
Provides: nfs-server
Priority: extra
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).
Package: ugidd
Architecture: any
Depends: portmap | netbase (<< 4.00), ${shlibs:Depends}
Replaces: netstd, nfs-server (<< 2.2beta46-4)
Description: NFS UID mapping daemon.
This package contains the UID mapping daemon (rpc.ugidd) which is used on
NFS clients to do UID/GID mapping.
|