--- src/usr.sbin/cron/cron/cron.h 2006/03/18 20:29:50 1.5 +++ src/usr.sbin/cron/cron/cron.h 2008/01/07 14:11:23 1.6 @@ -17,7 +17,7 @@ /* cron.h - header for vixie's cron * - * $FreeBSD: src/usr.sbin/cron/cron/cron.h,v 1.9.2.3 2001/05/28 23:37:26 babkin Exp $ + * $FreeBSD: src/usr.sbin/cron/cron/cron.h,v 1.17 2007/06/17 17:25:53 yar Exp $ * $DragonFly$ * * vix 14nov88 [rest of log is in RCS] @@ -76,6 +76,7 @@ #define MAX_UNAME 20 /* max length of username, should be overkill */ #define ROOT_UID 0 /* don't change this, it really must be root */ #define ROOT_USER "root" /* ditto */ +#define SYS_NAME "*system*" /* magic owner name for system crontab */ /* NOTE: these correspond to DebugFlagNames, * defined below.