From owner-freebsd-questions Sun Jun 16 15:20:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp010.tiscali.dk (smtp010.tiscali.dk [212.54.64.103]) by hub.freebsd.org (Postfix) with ESMTP id F300837B41B; Sun, 16 Jun 2002 15:20:11 -0700 (PDT) Received: from NEIGAARD_MOB (213.237.13.224.adsl.hc.worldonline.dk [213.237.13.224]) by smtp010.tiscali.dk (8.12.4/8.12.4) with ESMTP id g5GMJrC2028580; Mon, 17 Jun 2002 00:19:58 +0200 (MEST) Date: Mon, 17 Jun 2002 00:18:42 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.60q) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <16574916.20020617001842@e-box.dk> To: owner-freebsd-questions@FreeBSD.ORG, "Mike Tindall" Cc: questions@FreeBSD.ORG Subject: Re: Webalizer Mailing Cron Log In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Monday, June 17, 2002, 12:18:35 AM, Mike wrote: MT> Hi all, MT> I have a Freebsd box running Qmail and Apache. I installed webalizer to MT> graph the hits from apache. I just have one problem: MT> Whenever webalizer runs from cron it sends a message to root@mymachine. I MT> would really like to do without this if possible. Is there a way to stop MT> that feature? Is this part of FreeBSD or is it coming from webalizer? My guess is that webalizer returns a status message of some sort, and cron does not like to recive any response from the commands it runs. Maybe you clould redirect the response to /dev/null, maybe something like this: webalizer > /dev/null 2>&1 MT> I would appreciate any advice. MT> Thank you, MT> Mike Tindall MT> mike@netwzrd.net /Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message