diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-25 21:57:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-25 21:57:18 +0000 |
commit | f264524b803bb9784a2eb365c1bdd7052113a9a6 (patch) | |
tree | 089c5def03a31e88e16329028108d0a17edb2d39 | |
parent | b6ade6fe4f77ecc227c5d110ea7e7c09139b199c (diff) | |
download | pfsense-f264524b803bb9784a2eb365c1bdd7052113a9a6.zip pfsense-f264524b803bb9784a2eb365c1bdd7052113a9a6.tar.gz |
Remove ntp update from crontab, it should be running constantly.
-rw-r--r-- | etc/crontab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index 84b4f95..297e39f 100644 --- a/etc/crontab +++ b/etc/crontab @@ -12,4 +12,3 @@ HOME=/var/log 1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh */60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout * 2 2 * * root /usr/bin/nice -n20 /etc/rc.dyndns.update -31 24 * * * root /usr/bin/nice -n20 /etc/rc.ntpdate |