Date: Sun, 3 Sep 2006 17:32:32 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/crontab crontab.c Message-ID: <200609031732.k83HWW3x031333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609031732.k83HWW3x031333>