hush/networking
Eric Andersen 3d61b10595 Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:
- Switched to getopt argument parsing
    - Added -f option to get fully qualified domain name
    - Fixed the -s (short) and -d (domain) options, which were not
      doing a gethostbyname lookup to get the FQDN before trying to
      separate the local and domain portions of the hostname.
    - Fixed probem with 'agressive setting' of the hostname...the
      previous busybox version would try to set the hostname if called
      with a non-option argument, or the -F option, even if another
      option (like -i or -s) was given.  This behavior does not match
      the net-tools hostname, which does not attempt to set anything if
      given a 'display' option, regardless of the presence/absence of
      the -F option or additional command line arguments.
    - When using a file to set the hostname, behavior now matches
      net-tools version...previous busybox version did not handle
      comments, and simply grabbed the first line from the file.
2001-10-31 09:59:57 +00:00
..
config.in patch from Giulio Orsero <giulioo@pobox.com> 2001-10-31 09:54:29 +00:00
hostname.c Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: 2001-10-31 09:59:57 +00:00
ifconfig.c Use error_msg() instead of fprintf(stderr, ...) 2001-10-28 09:36:48 +00:00
Makefile Recovery from previous commit 2001-10-25 15:01:10 +00:00
nc.c Add xgethostbyname and herror_msg* functions. 2001-05-16 15:40:51 +00:00
nslookup.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
ping.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
route.c Another fix from vodz 2001-09-05 19:32:00 +00:00
telnet.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
tftp.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
traceroute.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
wget.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00