Summary: Bootp and dhcp client for automatic IP configuration %define version 0.7.2 Name: pump Version: %{version} Release: 2 Group: System Environment/Daemons Copyright: MIT BuildRoot: /var/tmp/pump-root Source: pump-%{version}.tar.gz Obsoletes: bootpc netconfig Requires: initscripts >= 3.92 %description DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol) are protocols which allow individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from network servers. The overall purpose of DHCP and BOOTP is to make it easier to administer a large network. Pump is a combined BOOTP and DHCP client daemon, which allows your machine to retrieve configuration information from a server. You should install this package if you are on a network which uses BOOTP or DHCP. %prep %setup -q %build make %install make RPM_BUILD_ROOT=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files /usr/sbin/netconfig /sbin/pump /usr/man/man8/pump.8 %changelog * Tue Sep 14 1999 Michael K. Johnson - pump processes cannot accumulate because of strange file descriptors (bug only showed up under rp3) * Tue Sep 7 1999 Bill Nottingham - add simple network configurator * Wed Jun 23 1999 Erik Troan - patch from Sten Drescher for syslog debugging info - patch from Sten Drescher to not look past end of dhcp packet for options - patches form Alan Cox for cleanups, malloc failures, and proper udp checksums - handle replies with more then 3 dns servers specified - resend dhcp_discover with proper options field - shrank dhcp_vendor_length to 312 for rfc compliance (thanks to Ben Reed) - added support for a config file - don't replace search pass in /etc/resolv.conf unless we have a better one - bringing down a device didn't work properly * Sat May 29 1999 Erik Troan - bootp interfaces weren't being brought down properly - segv could result if no domain name was given * Sat May 08 1999 Erik Troan - fixed some file descriptor leakage * Thu May 06 1999 Erik Troan - set option list so we'll work with NT - tried to add a -h option, but I have no way of testing it :-( * Wed Apr 28 1999 Erik Troan - closing fd 1 is important * Mon Apr 19 1999 Bill Nottingham - don't obsolete dhcpcd * Tue Apr 06 1999 Erik Troan - retry code didn't handle failure terribly gracefully * Tue Mar 30 1999 Erik Troan - added --lookup-hostname - generate a DNS search path based on full domain set - use raw socket for revieving reply; this lets us work properly on 2.2 kernels when we recieve unicast replies from the bootp server * Mon Mar 22 1999 Erik Troan - it was always requesting a 20 second lease * Mon Mar 22 1999 Michael K. Johnson - added minimal man page /usr/man/man8/pump.8