summaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2001-01-14 07:18:31 +0000
committerDoug Barton <dougb@FreeBSD.org>2001-01-14 07:18:31 +0000
commit10fe5181ec081554fdfb3c63dec05c6deaf7b72c (patch)
tree08811e775b4a27424f86e332079490bdb2b6ae34 /etc/crontab
parent940b9a480813e6ec918e674ac050c6db4a3223a2 (diff)
downloadsrc-test2-10fe5181ec081554fdfb3c63dec05c6deaf7b72c.tar.gz
src-test2-10fe5181ec081554fdfb3c63dec05c6deaf7b72c.zip
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/crontab b/etc/crontab
index 1f0950efcbbc..56ef4758eb67 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -8,11 +8,11 @@ HOME=/var/log
#
#minute hour mday month wday who command
#
-# save some entropy so that /dev/random can reseed on boot
-*/3 * * * * operator /usr/libexec/save-entropy
-#
*/5 * * * * root /usr/libexec/atrun
#
+# save some entropy so that /dev/random can reseed on boot
+*/11 * * * * operator /usr/libexec/save-entropy
+#
# rotate log files every hour, if necessary
0 * * * * root newsyslog
#