Changeset 568

Show
Ignore:
Timestamp:
05/23/08 21:12:15 (6 months ago)
Author:
free
Message:

Changed API hostname to fqdn

Location:
cdd-utils/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cdd-utils/trunk/debian/changelog

    r565 r568  
    22 
    33  * Fixed missing semicolon in dhclient 
     4  * Changed API hostname to fqdn 
    45 
    56 -- Free Ekanayaka <freee@debian.org>  Fri, 23 May 2008 18:17:25 +0100 
  • cdd-utils/trunk/lib/system.sh

    r545 r568  
    244244 
    245245# Set the hostname 
    246 hostname () { 
     246fqdn () { 
    247247    hostname=$1 
    248248    if nullstr $hostname; then warning "no hostname given"; return; fi