From 42731222d4bf78b3b0f1b4d16f5fad2b010b51a1 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 18 Oct 2019 19:33:38 -0400 Subject: [PATCH] minor fix --- distro-begin | 18 ++++++++++++++++++ filesystem/etc/cron.d/ian | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/distro-begin b/distro-begin index 783c6ce..89a09ba 100755 --- a/distro-begin +++ b/distro-begin @@ -22,6 +22,24 @@ # set the scrollback to unlimited in case something goes wrong +# send to registrar, glue records: +# for iankelling.org: + +# ns1.iankelling.org 72.14.176.105 +# ns1.iankelling.org 2600:3c00::f03c:91ff:fe6d:baf8 +# ns2.iankelling.org 172.105.84.95 +# ns2.iankelling.org 2a01:7e01::f03c:91ff:feb5:baec + +# for zroe.org: + +# ns1.zroe.org 72.14.176.105 +# ns1.zroe.org 2600:3c00::f03c:91ff:fe6d:baf8 +# ns2.zroe.org 172.105.84.95 +# ns2.zroe.org 2a01:7e01::f03c:91ff:feb5:baec +# + + + ####### begin setup environment ####### diff --git a/filesystem/etc/cron.d/ian b/filesystem/etc/cron.d/ian index 749884a..53fbf3f 100644 --- a/filesystem/etc/cron.d/ian +++ b/filesystem/etc/cron.d/ian @@ -5,4 +5,4 @@ SHELL=/bin/bash 2 * * * * iank /a/exe/check-remote-mailqs 2>&1 | /usr/local/bin/log-once check-remote-mailqs # If theres any logged errors we didnt handle in 5 days, maybe we accidentally missed them, # so report if we did -4 9 * * 5 root find /var/local/cron-errors /home/iank/cron-errors -type f -mtime +5 \ No newline at end of file +4 9 * * 5 root find /var/local/cron-errors /home/iank/cron-errors -type f -mtime +5 -- 2.30.2