File: control

package info (click to toggle)
nfs-user-server 2.2beta47-23
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,016 kB
  • ctags: 1,435
  • sloc: ansic: 12,067; sh: 652; makefile: 265
file content (32 lines) | stat: -rw-r--r-- 1,136 bytes parent folder | download | duplicates (2)
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
32
Source: nfs-user-server
Section: net
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Standards-Version: 3.7.2
Build-Depends: autoconf, debhelper, libwrap0-dev | libwrap-dev

Package: nfs-user-server
Architecture: any
Depends: portmap, ${shlibs:Depends}
Replaces: 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).
 .
 There is currently no support for file locking.

Package: ugidd
Architecture: any
Depends: portmap, ${shlibs:Depends}
Replaces: 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.