cvs commit: src/bin/hostname hostname.1 hostname.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jan 6 00:30:52 PST 2004


dillon      2004/01/06 00:29:34 PST

DragonFly src repository

  Modified files:
    bin/hostname         hostname.1 hostname.c 
  Log:
  Add the -r option to set the hostname based on a reverse lookup of an IP
  address, the -i option to set the hostname based on a reverse lookup of
  an interface's primary IP address, and -6 and -4 to select an interface's
  IPV4 or IPV6 address to run the reverse on.
  
  Submitted-by: Kent Ibbetson <bsd at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.3       +13 -2     src/bin/hostname/hostname.1
  1.5       +260 -10   src/bin/hostname/hostname.c


http://www.dragonflybsd.org/cvsweb/src/bin/hostname/hostname.1.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/bin/hostname/hostname.c.diff?r1=1.4&r2=1.5&f=h





More information about the Commits mailing list