Age | Commit message (Collapse) | Author | Files | Lines |
|
Tools have been inconsistently using exit codes when started with
--help/--version.
With this patch all tools use exit codes E_USAGE/E_VERSION defined
in net-support.h.
There's probably no rule what exit codes should programs use when
started with --help/--version, but when I'm checking programs on
my system most of them use 0 (SUCCESS) exit code.
Therefore I redefined E_USAGE/E_VERSION to EXIT_SUCCESS (0).
|
|
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
|
patch by pasi.valminen@hut.fi
Gentoo bug 42650
|
|
|
|
|
|
Patch from Arnaldo Carvalho de Melo.
|
|
- Change hostname.c to make translation easier.
- Update pt_BR translation.
- Rebuild net-tools.pot and merge the other .po files (me).
|
|
|
|
Patch from Meelis Roos <mroos@tartu.cyber.ee>
|
|
|
|
problem reported by Klaus Kudielka <kudielka@ieee.org>.
Also an ifconfig patch for alias deletion from
Roman Sulzhyk <roman@staff.prodigy.com>. I'm not too happy
with this one but I put it in anyway. Andi, see what you
think (look at ifconfig.c about line 1100). Is there really
no better way to delete an alias?
|
|
Some other cleanups:
- lib/net-string.c removed because it was not used and had a copyright notice
that conflicted with the GPL.
- Minor cleanups.
- Fix an potential buffer overflow in ax25.
- Switch to CVS $Id$ for versioning consistently
|
|
Arnaldo Carvalho de Melo <acme@conectiva.com.br>). This
touches virtually every file but the changes are fairly
superficial.
Please check I haven't broken your favourite AF/hardware
type during the conversion.
|
|
(From Aron Griffis <agriffis@coat.com>)
|
|
|