You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/portmap
..
.gitignore
BLURBv5
CHANGES
Makefile
README
README.5
config.h
from_local.c
pmap_check.c
pmap_check.h
pmap_dump.8
pmap_dump.c
pmap_set.8
pmap_set.c
portmap.8
portmap.c

README

portmap-6.0 is the first release in 10 year of portmap based on the code
from Wietse Venema.

It consolidates patches that various Linux distributions were shipping
with their versions of portmap, and add some more functionality.

This version is currently maintained by 
   Neil Brown <neilb@suse.de>
and can be found at
    git://neil.brown.name/portmap
    http://neil.brown.name/git/portmap
    http://neil.brown.name/portmap/

NeilBrown - 11may2007

There is no "./configure", just use "make".

Some make variable can be used to control compilation.

 NO_FORK=	  if non-empty, don't use fork (good for nommu systems)
 NO_PERROR=	  if non-empty, don't override the perror() func
 NO_PIE=	  if non-empty, don't build portmap as a PIE
 NO_TCP_WRAPPER=  if non-empty, don't use tcp_wrappers
 USE_DNS=	  if set, tcp_wrappers can check peers based on hostname
		  as well as IP address.  This should only be used if you
		  are certain that gethostbyname will never trigger a
		  called to portmap (as it might if 'nis' is used for hostnames).
 RPCUSER=	  is set, portmap will use getpwnam to find the user for
		  that user, and will setuid to that user before listening
		  for incoming messages
 DAEMON_UID=	  Can be set to a number to override the default UID
		  to setuid to.  Default is '1'.
 DAEMON_GID=	  As above, but for setgid.