Changeset 547 for trunk


Ignore:
Timestamp:
12/15/2011 17:56:09 (5 months ago)
Author:
blee
Message:

Set statefile in confman inst and shift the right number of variables
in conf_install for function signature change.

See #120

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.in

    r545 r547  
    363363    update 
    364364     
     365    statefile=$(conf_tmp_file) 
    365366    for layer in $(conf_get_reverse_recipe) ; do 
    366367        for file in "$@"; do 
  • trunk/confmanlib.sh.in

    r546 r547  
    672672    local statefile="$2" 
    673673    local file="$3" 
    674     shift 2 
     674    shift 3 
    675675    local livefile 
    676676    local failures=false 
Note: See TracChangeset for help on using the changeset viewer.