]> git.neil.brown.name Git - portmap.git/blob - README
Only fail an 'unregister' attempt if nothing can be unregistered.
[portmap.git] / README
1
2 portmap-6.0 is the first release in 10 year of portmap based on the code
3 from Wietse Venema.
4
5 It consolidates patches that various Linux distributions were shipping
6 with their versions of portmap, and add some more functionality.
7
8 This version is currently maintained by 
9    Neil Brown <neilb@suse.de>
10 and can be found at
11     git://neil.brown.name/portmap
12     http://neil.brown.name/git/portmap
13     http://neil.brown.name/portmap/
14
15 NeilBrown - 11may2007
16
17 There is no "./configure", just use "make".
18
19 Some make variable can be used to control compilation.
20
21  NO_FORK=         if non-empty, don't use fork (good for nommu systems)
22  NO_PERROR=       if non-empty, don't override the perror() func
23  NO_PIE=          if non-empty, don't build portmap as a PIE
24  NO_TCP_WRAPPER=  if non-empty, don't use tcp_wrappers
25  USE_DNS=         if set, tcp_wrappers can check peers based on hostname
26                   as well as IP address.  This should only be used if you
27                   are certain that gethostbyname will never trigger a
28                   called to portmap (as it might if 'nis' is used for hostnames).
29  RPCUSER=         is set, portmap will use getpwnam to find the user for
30                   that user, and will setuid to that user before listening
31                   for incoming messages
32  DAEMON_UID=      Can be set to a number to override the default UID
33                   to setuid to.  Default is '1'.
34  DAEMON_GID=      As above, but for setgid.
35