<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/10/2019 23:22, Howard Leadmon
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:2fd13be0-c72f-835c-7422-e65c2b3faab9@leadmon.net"># Set
      the path for executing cron jobs<br>
      PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin<br>
      * * * * *       /usr/local/sbin/dxspider.chk<br>
      <br>
    </blockquote>
    <br>
    <font size="+1"><tt>What's in </tt></font>dxspider.chk? That is
    likely to be a shell script. That's probably what you will need to
    modify with a >/dev/null 2>&1 . Also sticking it in cron
    is what the problem actually is. It will be creating a file of the
    console output for the mailer to send to you. If there is no mailer
    then that file will just get bigger and bigger.<br>
    <br>
    This may give you some options as a replacement:<br>
    <br>
    <a
href="https://forums.freebsd.org/threads/systemd-alternative-on-freebsd.59932/">https://forums.freebsd.org/threads/systemd-alternative-on-freebsd.59932/</a><br>
    <br>
    But I shall be switching off console output (by default) from all
    variants of DXSpider tomorrow and they will be available in git.
    I'll put out a message on here when it's done.<br>
    <br>
    73 Dirk G1TLH<br>
    <br>
    <br>
  </body>
</html>