2 portmap-6.0 is the first release in 10 year of portmap based on the code
5 It consolidates patches that various Linux distributions were shipping
6 with their versions of portmap, and add some more functionality.
8 This version is currently maintained by
9 Neil Brown <neilb@suse.de>
11 git://neil.brown.name/portmap
12 http://neil.brown.name/git/portmap
13 http://neil.brown.name/portmap/
17 There is no "./configure", just use "make".
19 Some make variable can be used to control compilation.
21 NO_TCP_WRAPPER= if non-empty, doen't use tcp_wrappers
22 USE_DNS= if set, tcp_wrappers can check peers based on hostname
23 as well as IP address. This should only be used if you
24 are certain that gethostbyname will never trigger a
25 called to portmap (as it might if 'nis' is used for hostnames).
26 RPCUSER= is set, portmap will use getpwnam to find the user for
27 that user, and will setuid to that user before listening
29 DAEMON_UID= Can be set to a number to override the default UID
30 to setuid to. Default is '1'.
31 DAEMON_GID= As above, but for setgid.