Turns out I cannot upgradepkg over the top of these.  The install scripts don&#39;t know what to do with installed files that are empty.  Apparently the pkg management system doesn&#39;t see a problem.  <div><br></div><div>Anyone experience this before?</div><div><br></div><div>Tia,</div><div>Dave<br><br>On Monday, October 6, 2014, David S Jackson &lt;<a href="mailto:deepbsd.ale@gmail.com">deepbsd.ale@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Okay, well what I wound up doing was something like<br>
<br>
(from the mount point of the CD with the packages: /packages)<br>
<br>
for f in ls slackware/*/*.tgz do ;<br>
  name=`basename $f | cut -d &#39;-&#39; -f1`<br>
  echo $name<br>
  file `which $name`<br>
done &gt; $HOME/OUTPUT<br>
<br>
I did a grep empty $HOME/OUTPUT | wc -l<br>
<br>
and found 69 files that were bad.<br>
<br>
<br>
I&#39;m surprised that it was &quot;only&quot; 69 that didn&#39;t make it.  But at least I<br>
know better where I am at.<br>
<br>
<br>
There&#39;s probably a slicker way to do this, and I&#39;m all ears if so.  But<br>
this is the first thing I thought of that might work.  So thanks much<br>
anyway!<br>
<br>
Dave<br>
<br>
</blockquote></div>