Changeset 552


Ignore:
Timestamp:
12/16/2011 14:58:01 (5 months ago)
Author:
blee
Message:

Add debug messages to indicate when files and directories are being
ignored because a higher-priority module already installed them.

See #120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmanlib.sh.in

    r549 r552  
    571571            conf_gothere $statefile "$livedir" 
    572572                    $cmd 
     573        else 
     574            conf_debug "Ignoring directory ${livedir} in module ${module}" 
    573575        fi 
    574576        done     
     
    591593            conf_gothere $statefile "$livefile" 
    592594                    $cmd 
     595        else 
     596            conf_debug "Ignoring file ${livefile} in module ${module}" 
    593597        fi 
    594598        done 
     
    718722            $cmd || failures=true 
    719723            ${NFS_HACK:-false} && chmod o-rx ${ABS_WORK} 
     724    else 
     725        conf_debug "Ignoring file ${livefile} in module ${module}" 
    720726    fi 
    721727 
Note: See TracChangeset for help on using the changeset viewer.