*** /tmp/portage.py Mon Jul 21 00:21:38 2003 --- portage.py Mon Jul 21 00:23:23 2003 *************** *** 4628,4633 **** --- 4628,4637 ---- os.utime(mydest,(thismtime,thismtime)) zing="---" moveme=0 + elif cycled and ("smart_config_protect" in features): + #mymd5!=destmd5 and we've cycled, but smart_config is on; move mysrc into place + moveme=1 + cfgfiledict[myrealdest]=[mymd5] elif cycled: #mymd5!=destmd5 and we've cycled; move mysrc into place as a ._cfg file moveme=1