miniupnpd 1.9 (20160113)
[tomato.git] / release / src / router / portmap / README
blob0da54ccaa59d2e8d91dc02af773e7dffd98c3784
2 portmap-6.0 is the first release in 10 year of portmap based on the code
3 from Wietse Venema.
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>
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/
15 NeilBrown - 11may2007
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
28                   for incoming messages
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.