Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
cronie.25263
cronie-1.4.11-increase_crontab_limit.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cronie-1.4.11-increase_crontab_limit.patch of Package cronie.25263
From 36bb94cceda71c83ca01be22a959d8bf3e59b37b Mon Sep 17 00:00:00 2001 From: Danilo Spinella <danilo.spinella@suse.com> Date: Tue, 13 Jul 2021 17:08:36 +0200 Subject: [PATCH] Increase the maximum number of crontab entries Old limit is considered too low for users with edge cases. Fixes #91. --- src/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.h b/src/macros.h index cba5fb2..d50e981 100644 --- a/src/macros.h +++ b/src/macros.h @@ -59,7 +59,7 @@ #define ROOT_UID 0 /* don't change this, it really must be root */ #define ROOT_USER "root" /* ditto */ #define MAX_USER_ENVS 1000 /* maximum environment variables in user's crontab */ -#define MAX_USER_ENTRIES 1000 /* maximum crontab entries in user's crontab */ +#define MAX_USER_ENTRIES 10000 /* maximum crontab entries in user's crontab */ #define MAX_GARBAGE 32768 /* max num of chars of comments and whitespaces between entries */ /* NOTE: these correspond to DebugFlagNames,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor