Module Name:    src
Committed By:   christos
Date:           Fri May  7 20:43:27 UTC 2010

Modified Files:
        src/external/bsd/cron/dist: config.h

Log Message:
bump crontab limit to 256K per the old manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/cron/dist/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/cron/dist/config.h
diff -u src/external/bsd/cron/dist/config.h:1.2 src/external/bsd/cron/dist/config.h:1.3
--- src/external/bsd/cron/dist/config.h:1.2	Thu May  6 14:53:17 2010
+++ src/external/bsd/cron/dist/config.h	Fri May  7 16:43:27 2010
@@ -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)

Reply via email to