Portmap: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| (9 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://neil.brown.name/portmap/portmap-{{Portmap-Version}}.tgz | |||
| http:// | |||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|The portmap package is a more secure replacement for the original SUN portmap package. Portmap is used to forward RPC requests to RPC daemons such as NFS and NIS.|http://neil.brown.name/portmap/}} | |||
== Dependencies == | == Dependencies == | ||
| Line 17: | Line 13: | ||
=== Required === | === Required === | ||
* [[TCP Wrappers]] | * [[TCP Wrappers]] | ||
== Creating the bin User == | |||
Portmap runs as a daemon with a uid of 1 which is not configurable. | |||
useradd -u 1 -g 1 -d /dev/null -s /bin/false bin | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 22: | Line 24: | ||
Compile the package: | Compile the package: | ||
make | make | ||
| Line 33: | Line 33: | ||
'''''This package does not provide any libraries so only one installation is needed.''''' | '''''This package does not provide any libraries so only one installation is needed.''''' | ||
=== | === 64Bit === | ||
Compile the package: | Compile the package: | ||
make CC="gcc ${BUILD64}" | |||
make CC="gcc ${ | |||
Install the package | Install the package | ||
| Line 45: | Line 43: | ||
make install | make install | ||
== | == Configuring == | ||
=== Bootscript === | |||
Install the init script provided by the [[bootscripts]] package: | |||
make install-portmap | |||
[[Category:Network Applications]] | |||
Latest revision as of 15:18, 13 October 2009
| Download Source: | http://neil.brown.name/portmap/portmap-6.0.tgz |
|---|
Introduction to Portmap
The portmap package is a more secure replacement for the original SUN portmap package. Portmap is used to forward RPC requests to RPC daemons such as NFS and NIS.
Project Homepage: http://neil.brown.name/portmap/
Dependencies
Required
Creating the bin User
Portmap runs as a daemon with a uid of 1 which is not configurable.
useradd -u 1 -g 1 -d /dev/null -s /bin/false bin
Non-Multilib
Compile the package:
make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package
make install
Configuring
Bootscript
Install the init script provided by the bootscripts package:
make install-portmap