From owner-cvs-all@FreeBSD.ORG Sun Sep 3 17:32:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EC716A50C; Sun, 3 Sep 2006 17:32:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E4543D49; Sun, 3 Sep 2006 17:32:32 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k83HWWuQ031334; Sun, 3 Sep 2006 17:32:32 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83HWW3x031333; Sun, 3 Sep 2006 17:32:32 GMT (envelope-from brooks) Message-Id: <200609031732.k83HWW3x031333@repoman.freebsd.org> From: Brooks Davis Date: Sun, 3 Sep 2006 17:32:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 17:32:33 -0000 brooks 2006-09-03 17:32:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/cron/crontab crontab.c Log: MFC: 1.23 /etc/crontab is similar enough to parse as correct if you run "crontab /etc/crontab", but not the same format due to the who field. Add some limited anti-foot-shooting support and refuse to load /etc/crontab as someone's crontab. Users wishing shoot their foot in this manner may copy /etc/crontab elsewhere. :) Revision Changes Path 1.22.2.1 +4 -0 src/usr.sbin/cron/crontab/crontab.c