|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/doc/portreserve-0.0.4/ |
Upload File : |
Portreserve ----------- The portreserve program aims to help services with well-known ports that lie in the bindresvport() range. It prevents portmap (or other programs using bindresvport()) from occupying a real service's port by occupying it itself, until the real service tells it to release the port (generally in its init script). Example usage: o The CUPS package could contain a file /etc/portreserve/cups, containing the string 'ipp'. o At boot, the portreserve daemon starts, and binds to the ipp port. o When portmap starts, it cannot bind to the ipp port since it is in use. o When CUPS starts, it runs 'portrelease cups' to make the daemon let go of the ipp port. o CUPS should require the portreserve package. -- Tim Waugh