# failsafe file, do not change! body common control { bundlesequence => { "update" }; inputs => { "update.cf" }; } ############################################ body depth_search recurse(d) { depth => "$(d)"; } body depth_search recurse_ignore(d,list) { depth => "$(d)"; exclude_dirs => { @(list) }; }