| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
| Name: netconfig | Distribution: Unknown |
| Version: 0.8.19 | Vendor: Unknown |
| Release: 1 | Build date: Fri May 21 14:03:07 2004 |
| Group: Applications/System | Build host: sh2004.itonet.co.jp |
| Size: 176015 | Source RPM: pump-0.8.19-1.src.rpm |
| Summary: A text-based tool for simple configuration of ethernet devices. | |
A text-based tool for simple configuration of ethernet devices.
MIT
MD5: 2366814b114ed196939022d99abc5d8f
* Thu Aug 14 2003 Bill Nottingham <notting@redhat.com> 0.8.19-1
- translations
* Wed Aug 13 2003 Bill Nottingham <notting@redhat.com> 0.8.18-1
- add --hwaddr and --desc options to netconfig
* Fri Aug 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- set hopcount (ip_ttl) from 0 to 16
* Tue Mar 11 2003 Jeremy Katz <katzj@redhat.com> 0.8.15-2
- rebuild
* Tue Mar 11 2003 Jeremy Katz <katzj@redhat.com> 0.8.15-1
- add mtu and ptpaddr fields for s390
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 0.8.14-2
- rebuild
* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 0.8.14-1
- Remove unpackaged files
* Fri Oct 04 2002 Jeremy Katz <katzj@redhat.com>
- build with -fPIC
* Fri Oct 04 2002 Jeremy Katz <katzj@redhat.com>
- link against libpopt.a in %{_libdir}
* Thu Aug 15 2002 Bill Nottingham <notting@redhat.com>
- rebuild against new newt
* Thu Jun 27 2002 Bill Nottingham <notting@redhat.com>
- don't ship main package
* Tue Jun 18 2002 Bill Nottingham <notting@redhat.com>
- sync patches and CVS
- rebuild against new slang
- don't strip binaries
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com>
- Fix one half #17724
* Wed Jul 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Don't obsolete netconfig, it's now separate again
* Tue Jul 24 2001 Elliot Lee <sopwith@redhat.com>
- Fix installer segfaults with nobootp patch.
* Mon Jul 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- split out netconfig to a package of its own
* Thu Jul 19 2001 Elliot Lee <sopwith@redhat.com>
- Patch from bugs #19501, #19502, #21088, etc.
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.
* Thu Mar 01 2001 Bill Nottingham <notting@redhat.com>
- make netconfig much more sane (#30008, in essence)
* Tue Feb 27 2001 Erik Troan <ewt@redhat.com>
- applied patch to use SO_BINDTODEVICE properly (weejock@ferret.lmh.ox.ac.uk)
* Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
- run ifup-post on lease renewal
* Thu Feb 01 2001 Erik Troan <ewt@redhat.com>
- update secs field properly
- don't reset interface flags we don't understand
- added --win-client-id flag
- cleaned up packet creation a bit
- added --no-gateway
* Tue Jan 09 2001 Matt Wilson <msw@redhat.com>
- always set the src address of the broadcast to 0.0.0.0
* Mon Nov 20 2000 Erik Troan <ewt@redhat.com>
- lo device needs to have it's network route added
* Fri Nov 10 2000 Bill Nottingham <notting@redhat.com>
- don't pass a random length to accept()
* Mon Oct 23 2000 Erik Troan <ewt@redhat.com>
- up scripts called for first interface information, and called even if pump
failed
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up the "search" entry scan so it works in Europe...
* Wed Aug 16 2000 Matt Wilson <msw@redhat.com>
- added a strerror(errno) to the "unable to set default route" syslog
* Tue Aug 15 2000 Erik Troan <ewt@redhat.com>
- reverted always put the dhcp option type as the first code in the vendor
field
* Mon Aug 07 2000 Erik Troan <ewt@redhat.com>
- added .net to list of top level domains
- don't crash on domains w/ no .'s in them
- syslog if adding the default route fails
* Sat Aug 05 2000 Erik Troan <ewt@redhat.com>
- net.c should use "pump.h", not <pump.h>
* Fri Aug 04 2000 Erik Troan <ewt@redhat.com>
- use BINDTODEVICE
- support nis domain names
- always put the dhcp option type as the first code in the vendor field
* Mon Jul 03 2000 Bill Nottingham <notting@redhat.com>
- add some sanity checks in dhcp.c
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
- defattr root for devel subpackage
* Mon Jun 19 2000 Than Ngo <than@redhat.de>
- FHS fixes
* Tue Mar 28 2000 Erik Troan <ewt@redhat.com>
- added pump-devel package
* Thu Feb 24 2000 Erik Troan <ewt@redhat.com>
- set hw type properly (safford@watson.ibm.com)
* Wed Feb 23 2000 Erik Troan <ewt@redhat.com>
- fixed # parsing (aaron@schrab.com)
* Tue Feb 15 2000 Erik Troan <ewt@redhat.com>
- added script argument (Guy Delamarter <delamart@pas.rochester.edu>)
- fixed bug in hostname passing (H.J. Lu)
- fixed time displays to be in wall time, not up time (Chris Johnson)
* Wed Feb 09 2000 Bill Nottingham <notting@redhat.com>
- fix bug in netconfig - hitting 'back' causes bogus config files
to get written
* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
- added patch from duanev@io.com which improves debug messages and
uses /proc/uptime rather time time() -- this should be correct for
everything but systems that are suspended during their lease time, in
which case we'll be wrong <sigh>
- added hostname to DISCOVER and RELEASE events; hopefully this gets us
working for all @HOME systems.
- patch from dunham@cse.msu.edu fixed /etc/resolv.conf parsing
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
- fix description
- man pages are compressed
* Wed Nov 10 1999 Erik Troan <ewt@redhat.com>
- at some point a separate dhcp.c was created
- include hostname in renewal request
- changed default lease time to 6 hours
- if no hostname is specified on the command line, use gethostname()
to request one (unless it's "localhost" or "localhost.localdomain")
- properly handle failed renewal attempts
- display (and request) syslog, lpr, ntp, font, and xdm servers
* Tue Sep 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- pump processes cannot accumulate because of strange file
descriptors (bug only showed up under rp3)
* Tue Sep 07 1999 Bill Nottingham <notting@redhat.com>
- add simple network configurator
* Wed Jun 23 1999 Erik Troan <ewt@redhat.com>
- 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 <ewt@redhat.com>
- bootp interfaces weren't being brought down properly
- segv could result if no domain name was given
* Sat May 08 1999 Erik Troan <ewt@redhat.com>
- fixed some file descriptor leakage
* Thu May 06 1999 Erik Troan <ewt@redhat.com>
- 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 <ewt@redhat.com>
- closing fd 1 is important
* Mon Apr 19 1999 Bill Nottingham <notting@redhat.com>
- don't obsolete dhcpcd
* Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
- retry code didn't handle failure terribly gracefully
* Tue Mar 30 1999 Erik Troan <ewt@redhat.com>
- 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 <ewt@redhat.com>
- it was always requesting a 20 second lease
* Mon Mar 22 1999 Michael K. Johnson <johnsonm@redhat.com>
- added minimal man page /usr/man/man8/pump.8
/usr/sbin/netconfig /usr/share/locale/bn/LC_MESSAGES/pump.mo /usr/share/locale/cs/LC_MESSAGES/pump.mo /usr/share/locale/da/LC_MESSAGES/pump.mo /usr/share/locale/de/LC_MESSAGES/pump.mo /usr/share/locale/el/LC_MESSAGES/pump.mo /usr/share/locale/es/LC_MESSAGES/pump.mo /usr/share/locale/eu_ES/LC_MESSAGES/pump.mo /usr/share/locale/fi/LC_MESSAGES/pump.mo /usr/share/locale/fr/LC_MESSAGES/pump.mo /usr/share/locale/gl/LC_MESSAGES/pump.mo /usr/share/locale/hu/LC_MESSAGES/pump.mo /usr/share/locale/id/LC_MESSAGES/pump.mo /usr/share/locale/is/LC_MESSAGES/pump.mo /usr/share/locale/it/LC_MESSAGES/pump.mo /usr/share/locale/ja/LC_MESSAGES/pump.mo /usr/share/locale/ko/LC_MESSAGES/pump.mo /usr/share/locale/ms/LC_MESSAGES/pump.mo /usr/share/locale/nl/LC_MESSAGES/pump.mo /usr/share/locale/nn/LC_MESSAGES/pump.mo /usr/share/locale/no/LC_MESSAGES/pump.mo /usr/share/locale/pl/LC_MESSAGES/pump.mo /usr/share/locale/pt/LC_MESSAGES/pump.mo /usr/share/locale/pt_BR/LC_MESSAGES/pump.mo /usr/share/locale/ro/LC_MESSAGES/pump.mo /usr/share/locale/ru/LC_MESSAGES/pump.mo /usr/share/locale/sk/LC_MESSAGES/pump.mo /usr/share/locale/sl/LC_MESSAGES/pump.mo /usr/share/locale/sr/LC_MESSAGES/pump.mo /usr/share/locale/sv/LC_MESSAGES/pump.mo /usr/share/locale/ta/LC_MESSAGES/pump.mo /usr/share/locale/tr/LC_MESSAGES/pump.mo /usr/share/locale/uk/LC_MESSAGES/pump.mo /usr/share/locale/vi/LC_MESSAGES/pump.mo /usr/share/locale/zh_CN/LC_MESSAGES/pump.mo /usr/share/locale/zh_TW/LC_MESSAGES/pump.mo
Generated by rpm2html 1.7
admin, Tue Jun 28 14:00:34 2005