Changeset 562

Show
Ignore:
Timestamp:
05/21/08 23:03:08 (7 months ago)
Author:
free
Message:

releasing version 0.9

Location:
cdd-utils/trunk
Files:
2 modified

Legend:

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

    r546 r562  
    1 cdd-utils (0.9~pre6) UNRELEASED; urgency=low 
     1cdd-utils (0.9) 64studio; urgency=low 
    22 
    33  * Moved package-specific data to share 
  • cdd-utils/trunk/lib/server.sh

    r547 r562  
    6969amavis () { 
    7070 
    71     if [ "$1" == "" ]; then 
    72         host="ares" 
    73     else 
    74         host=$1 
    75     fi 
     71    host=$1 
     72    if nullstr "$host"; then warning "No host name given"; return; fi 
    7673 
    7774    cfg=/etc/amavis/conf.d/05-node_id