<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div id="editbody1" style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif;">
<div style="font-size: 10pt; font-family: Verdana,Geneva,sans-serif;">
<p>Alright I think I found something.</p>
<p>Behavior is different if debug is enabled. LOL</p>
<p>In fact it still was enabled in my module, and in this case what bin/rancid (not) does is:</p>
<p>unlink "$host.new" if (! $debug);</p>
<p>in case of no clean run, missed commands, etc.</p>
<p>Maybe one should handle this differently like creating a $host.debug file in debug mode while still removing $host.new, in order not to change overall behavior during debugging.</p>
</div>
</div>
</body></html>