<div dir="ltr">Thx Daniel. I haven&#39;t had time to look at the code to provide stuff like that.<br><br><div class="gmail_quote">On Thu, Aug 21, 2008 at 1:31 PM, Daniel Medina <span dir="ltr">&lt;<a href="mailto:daniel.medina@gmail.com">daniel.medina@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Thu, Aug 21, 2008 at 11:12:46AM -0700, Lance Vermilion wrote:<br>
&gt; the other option is to write some custom pieces to not include or modify the<br>
&gt; command for dir to exclude things you don&#39;t want to include.<br>
&gt;<br>
&gt; dir | e syslog<br>
&gt;<br>
&gt; something like that. You may have to escape the |, you will need to mess<br>
&gt; with it a little.<br>
<br>
</div>&nbsp;And you&#39;d have to remember to skip over the &quot;bytes total&quot; / &quot;bytes free&quot; which<br>
will also be changing.<br>
<br>
&nbsp;ShowFlash() and DirSlotN() in rancid might be the right places to do this,<br>
updating the INPUT loop, ex:<br>
<br>
 &nbsp; &nbsp;next if /\s+syslog$/; &nbsp; # syslog file size keeps changing<br>
 &nbsp; &nbsp;next if /bytes total/; &nbsp;# ...which makes the total usage change<br>
<br>
or something smarter, if you want to see that the file is present, but don&#39;t<br>
care about the updated filesize and timestamp.<br>
<font color="#888888"><br>
--<br>
Dan<br>
</font></blockquote></div><br></div>