From owner-cvs-src@FreeBSD.ORG Fri Aug 1 08:01:48 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C68CC106567A; Fri, 1 Aug 2008 08:01:48 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9ADAD8FC1E; Fri, 1 Aug 2008 08:01:48 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7181mDo043904; Fri, 1 Aug 2008 08:01:48 GMT (envelope-from marck@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7181mwI043903; Fri, 1 Aug 2008 08:01:48 GMT (envelope-from marck@repoman.freebsd.org) Message-Id: <200808010801.m7181mwI043903@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marck@repoman.freebsd.org using -f From: Dmitry Morozovsky Date: Fri, 1 Aug 2008 08:01:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/cron do_command.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 08:01:48 -0000 marck 2008-08-01 08:01:33 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron do_command.c Log: SVN rev 181115 on 2008-08-01 08:01:33Z by marck Fix empty mailto (-m "") handling: somehow I missed all checks but the first, hence output would be written to the wrong filehandle. Submitted by: reg Approved by: yar (implicit) MFC after: ASAP Pointy hat to: marck Revision Changes Path 1.30 +3 -1 src/usr.sbin/cron/cron/do_command.c