From 299c6517d67712a82237c1effce390e466ff1601 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 3 Aug 2016 18:28:43 -0400 Subject: [PATCH] updated after switching out firewall host. --- infobase/configuration/cron/tell_zooty_our_ip.crontab | 4 ++-- infobase/configuration/cron/time_synch.crontab | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infobase/configuration/cron/tell_zooty_our_ip.crontab b/infobase/configuration/cron/tell_zooty_our_ip.crontab index 548fcd52..4e8f4753 100644 --- a/infobase/configuration/cron/tell_zooty_our_ip.crontab +++ b/infobase/configuration/cron/tell_zooty_our_ip.crontab @@ -3,7 +3,7 @@ SHELL=/bin/bash # m h dom mon dow command -# special for equanimity; get zooty informed of our IP so we can make +# special for firewall host; get zooty informed of our IP so we can make # the back-connection and get home. -14,28,42,56 * * * * (bash /home/fred/feisty_meow/scripts/security/tell_zooty_our_ip.sh serene.feistymeow.org fred fred ) &>>/tmp/zooty_tell_report.txt +0,14,28,42,56 * * * * (bash /home/fred/feisty_meow/scripts/security/tell_zooty_our_ip.sh serene.feistymeow.org fred fred ) &>>/tmp/zooty_tell_report.txt diff --git a/infobase/configuration/cron/time_synch.crontab b/infobase/configuration/cron/time_synch.crontab index 36ac9d67..ee390d2b 100644 --- a/infobase/configuration/cron/time_synch.crontab +++ b/infobase/configuration/cron/time_synch.crontab @@ -4,9 +4,9 @@ SHELL=/bin/bash # m h dom mon dow command # standard to synch to local machine. -0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/sbin/sntp -P no -r equanimity +0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/sbin/sntp -P no -r greendragon or -0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/bin/rdate -s -n equanimity +0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /usr/bin/rdate -s -n greendragon # -n is nntp which may not work with govt servers. # one machine on the network uses this version, to synch externally. -- 2.34.1