diff options
| author | christos <christos@NetBSD.org> | 2010-05-07 20:43:27 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-05-07 20:43:27 +0000 |
| commit | dcb0cbe948b413282f4fac3496d652dd3a45708f (patch) | |
| tree | b441903539701dfb10c470447d0f6887ff7220d5 /external | |
| parent | ca38e323d1f443a8e1c11396e5ecea9d10d396e2 (diff) | |
bump crontab limit to 256K per the old manual page.
Diffstat (limited to 'external')
| -rw-r--r-- | external/bsd/cron/dist/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/bsd/cron/dist/config.h b/external/bsd/cron/dist/config.h index e3384767fea..4881b8a3097 100644 --- a/external/bsd/cron/dist/config.h +++ b/external/bsd/cron/dist/config.h @@ -1,4 +1,4 @@ -/* $NetBSD: config.h,v 1.2 2010/05/06 18:53:17 christos Exp $ */ +/* $NetBSD: config.h,v 1.3 2010/05/07 20:43:27 christos Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -108,4 +108,4 @@ */ /*#define CRON_GROUP "crontab" */ -#define MAXTABSIZE_DEFAULT (1024*32) +#define MAXTABSIZE_DEFAULT (1024*256) |
