Changeset 556


Ignore:
Timestamp:
12/16/2011 18:06:20 (5 months ago)
Author:
blee
Message:

Merge fix for #114 into confman-1.9.

Closes #114

Location:
branches/confman-1.9
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 508
  • branches/confman-1.9/confadmin.in

    r459 r556  
    3232else 
    3333    echo "Can't find confmancommon.sh. Exiting." >&2 
     34    exit 17 
    3435fi 
    3536 
  • branches/confman-1.9/confaudit.in

    r544 r556  
    3232else 
    3333    echo "Can't find confmancommon.sh. Exiting." >&2 
    34     exit 1 
     34    exit 17 
    3535fi 
    3636 
     
    3838    echo "usage: $0 [-s] [-q] [-d]" >&4 
    3939    echo "Type '$0 -h' to display this help and exit." >&4 
    40     exit ${1:-0} 
     40    conf_cleanExit ${1:-0} 
    4141} 
    4242 
  • branches/confman-1.9/confexport.in

    r529 r556  
    3737else 
    3838    echo "Can't find confmancommon.sh. Exiting." >&2 
    39     exit 1 
     39    exit 17 
    4040fi 
    4141 
     
    4646    echo "usage: $0 [-d]" >&4 
    4747    echo "Type '$0 -h' to display this help and exit." >&4 
    48     exit ${1:-0} 
     48    conf_cleanExit ${1:-0} 
    4949} 
    5050 
  • branches/confman-1.9/confman.in

    r544 r556  
    3434else 
    3535    echo "Can't find confmancommon.sh. Exiting." >&2 
     36    exit 17 
    3637fi 
    3738 
  • branches/confman-1.9/confsync.in

    r544 r556  
    3535else 
    3636    echo "Can't find confmancommon.sh. Exiting." >&2 
    37     exit 1 
     37    exit 17 
    3838fi 
    3939 
     
    4141    echo "usage: $0 [-f] [-s] [-d]" >&4 
    4242    echo "Type '$0 -h' to display this help and exit." >&4 
    43     exit ${1:-0} 
     43    conf_cleanExit ${1:-0} 
    4444} 
    4545 
Note: See TracChangeset for help on using the changeset viewer.