From fded37918e024b986f80c08bc6e1f8c701753f45 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 21 Sep 2008 17:44:12 +0000 Subject: [PATCH] Increased maximum number of fcrontab entries to 1024 --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 32aaea4..c2cda87 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.63 2008-05-11 11:07:36 thib Exp $ */ + /* $Id: config.h.in,v 1.64 2008-09-21 17:44:12 thib Exp $ */ /* *********************************************************** */ @@ -88,7 +88,7 @@ * up */ -#define MAXENTRIES 256 /* max lines in non-root fcrontabs */ +#define MAXENTRIES 1024 /* max lines in non-root fcrontabs */ #define LINE_LEN 1024 /* max line length in user's config file */ #define USER_NAME_LEN 128 /* max length of a user name */ -- 2.40.0