summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-04-18 17:22:43 +0000
committerjmc <jmc@openbsd.org>2020-04-18 17:22:43 +0000
commite936b06b6fc879202d829c1c4bbce0b2962b40b3 (patch)
treebc4406c107218b8ecdcdb5b676714bd0ff05e5d1
parentA resize can realloc so cannot cache the value of the list pointer. (diff)
downloadwireguard-openbsd-e936b06b6fc879202d829c1c4bbce0b2962b40b3.tar.xz
wireguard-openbsd-e936b06b6fc879202d829c1c4bbce0b2962b40b3.zip
document the flags field, and combine flags in the rpki example;
ok deraadt
-rw-r--r--etc/crontab6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/crontab b/etc/crontab
index c4337b497e8..ba6910bb2da 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,4 +1,4 @@
-# $OpenBSD: crontab,v 1.27 2020/04/16 23:36:52 job Exp $
+# $OpenBSD: crontab,v 1.28 2020/04/18 17:22:43 jmc Exp $
#
# /var/cron/tabs/root - root's crontab
#
@@ -6,7 +6,7 @@ SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
-#minute hour mday month wday command
+#minute hour mday month wday [flags] command
#
# rotate log files every hour, if necessary
0 * * * * /usr/bin/newsyslog
@@ -19,4 +19,4 @@ HOME=/var/log
30 5 1 * * /bin/sh /etc/monthly
#~ * * * * /usr/libexec/spamd-setup
-#~ * * * * -s -n rpki-client -v && bgpctl reload
+#~ * * * * -ns rpki-client -v && bgpctl reload