From 5bf5026119feb76283b11ffd3f841d94ff7ead44 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 30 Mar 2024 22:26:11 +0200 Subject: Update content for gemtext --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi | 2 +- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl | 2 +- gemfeed/atom.xml | 4 ++-- index.gmi | 2 +- uptime-stats.gmi | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi index 2c5e49cf..c0c741e5 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi @@ -141,7 +141,7 @@ tramsform () { After the failover, the script reloads `nsd` and performs a sanity check to see if DNS still works. If not, a rollback will be performed: ```sh -# Race condition (e.g. script execution abored in the middle of the previous run) +# Race condition (e.g. script execution aborted in the middle of the previous run) if [ -f $zone_file.bak ]; then mv $zone_file.bak $zone_file fi diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl index 94ef9b8f..943d5797 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi.tpl @@ -141,7 +141,7 @@ tramsform () { After the failover, the script reloads `nsd` and performs a sanity check to see if DNS still works. If not, a rollback will be performed: ```sh -# Race condition (e.g. script execution abored in the middle of the previous run) +# Race condition (e.g. script execution aborted in the middle of the previous run) if [ -f $zone_file.bak ]; then mv $zone_file.bak $zone_file fi diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index bd8cbccc..54b8621a 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-03-30T22:24:56+02:00 + 2024-03-30T22:25:58+02:00 foo.zone feed To be in the .zone! @@ -174,7 +174,7 @@ http://www.gnu.org/software/src-highlite --> by Lorenzo Bettini http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite --> -
# Race condition (e.g. script execution abored in the middle of the previous run)
+
# Race condition (e.g. script execution aborted in the middle of the previous run)
 if [ -f $zone_file.bak ]; then
     mv $zone_file.bak $zone_file
 fi
diff --git a/index.gmi b/index.gmi
index a9e6db19..2887d7ea 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
 # foo.zone
 
-> This site was generated at 2024-03-30T22:24:56+02:00 by `Gemtexter`
+> This site was generated at 2024-03-30T22:25:58+02:00 by `Gemtexter`
 
 ```
    |\---/|
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index 642a3a3a..722376c4 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
 # My machine uptime stats
 
-> This site was last updated at 2024-03-30T22:24:56+02:00
+> This site was last updated at 2024-03-30T22:25:58+02:00
 
 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.
 
-- 
cgit v1.2.3