From owner-cvs-src@FreeBSD.ORG Fri Aug 1 08:13:19 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 BF119106567E; Fri, 1 Aug 2008 08:13:19 +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 936F08FC1B; Fri, 1 Aug 2008 08:13:19 +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 m718DJGg046434; Fri, 1 Aug 2008 08:13:19 GMT (envelope-from marck@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m718DJxW046433; Fri, 1 Aug 2008 08:13:19 GMT (envelope-from marck@repoman.freebsd.org) Message-Id: <200808010813.m718DJxW046433@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:13:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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:13:19 -0000 marck 2008-08-01 08:13:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/cron/cron do_command.c Log: SVN rev 181116 on 2008-08-01 08:13:01Z by marck MFC r181115: 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.27.2.2 +3 -1 src/usr.sbin/cron/cron/do_command.c