summaryrefslogtreecommitdiff
path: root/etc/crontab
AgeCommit message (Collapse)Author
2020-04-18document the flags field, and combine flags in the rpki example;Jason McIntyre
ok deraadt
2020-04-16Suggest to update RPKI once an hour.job
In autonomous systems running bgpd(8) and rpki-client(8) on their edge routers, it may be beneficial when out-of-the-box all routers don't all do rpki fetches & bgp loads at the same time. It is expected behavior for RPKI information to un-evenly percolate towards the BGP edge in a staggered way. The 'once an hour' pace may be a reasonable balance between the needs of internet users, and what network operators tolerate in churn. OK deraadt@
2020-04-15Use the new random interval support in cron instead of a random sleep.Todd C. Miller
The random intervals used can be adjusted as needed. OK deraadt@
2019-12-04Insert missing &&job
OK claudio@
2019-12-04Attempt to smear out stampedes on the RPKI rsync serversjob
OK claudio@ benno@
2019-11-29Uncomment a single line in root's crontab to run rpki-client and reloadTheo de Raadt
bpgd configuration, which enables Enterprise-Ready Industry-Leading-by-Example RPKI ROA filtering on your OpenBGP edge. Arguments remain about how often to run this operation, for now we propose 9AM when people who can fix their shit are in the office. ok claudio benno
2016-09-04bump the random timeout to taking % 2048 sec to avoid modulus biasTheo Buehler
ok phessler
2014-09-15Remove sendmail tentacles. ok krw@ ajacoutot@Matthieu Herrb
2014-03-12switch over to smtpd by default.Ted Unangst
ok deraadt gilles todd
2013-10-19add a random sleep of up to half an hour to distribute the serverAlexander Hall
load from spamd-setup. Brought up by phessler@ who also pointed out that the percent sign must be escaped in the command. ok ajacoutot@ joerg@ phessler@ and sort of @blambert
2009-05-09make weekly and monthly silent by defaultIngo Schwarze
add the same infrastructure to daily; silencing daily needs another step discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@ "immediately commit" deraadt@ (without seeing the final diff)
2009-05-09revert previous, requested by kettenis@ and deraadt@Ingo Schwarze
2009-05-09remove the empty script /etc/monthlyIngo Schwarze
in preparation for improvements in /etc/daily and /etc/weekly using feedback and suggestions from jmc@ and sthen@ ok jmc@, and sthen@ agreed with the general direction
2007-02-27spamd-setup now doesn't take -g - this is the new default.Bob Beck
noticed by jmc@
2007-02-24Make greylisting the default when spamd is enabled. Uses the new -g flagTodd C. Miller
for spamd-setup. OK beck@
2006-10-06Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out.Ray Lai
Unfortunately this does not fix existing file permissions. Spotted by Antti Harri <iku at openbsd dot fi>. OK millert@.
2003-03-10commented hourly spamd-setup runTheo de Raadt
2002-12-27spamd startup stuffTheo de Raadt
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2001-09-11Scaffolding to support sendmail 8.12. Note that the new smmsp user/groupTodd C. Miller
are *required*.
2000-12-29newsyslog/newsyslog -m shouldn't conflict in scheduling.Angelos D. Keromytis
1997-08-18put hostname in mail subject; jbernard@tater.mines.eduTheo de Raadt
1997-07-07Example (commented out) entry for running newsyslog -m.Jason Downs
1997-04-03Avoid confusion on running /etc/daily on daylight-savings change days.gene
1996-12-07/etc does not contain binsTheo de Raadt
1996-05-26sync & labelTheo de Raadt
1996-03-28From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt