Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/cron/dist bump crontab limit to 256K per the ol...
details: https://anonhg.NetBSD.org/src/rev/3709f6279ffc
branches: trunk
changeset: 754654:3709f6279ffc
user: christos <christos%NetBSD.org@localhost>
date: Fri May 07 20:43:27 2010 +0000
description:
bump crontab limit to 256K per the old manual page.
diffstat:
external/bsd/cron/dist/config.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 012b24d1f663 -r 3709f6279ffc external/bsd/cron/dist/config.h
--- a/external/bsd/cron/dist/config.h Fri May 07 17:41:57 2010 +0000
+++ b/external/bsd/cron/dist/config.h Fri May 07 20:43:27 2010 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index