From 1b6e87f141a14d6293fe651160325c738eb6cfad Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Apr 2024 00:06:36 +0300 Subject: Update content for html --- gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html | 6 +++--- gemfeed/atom.xml | 8 ++++---- index.html | 2 +- uptime-stats.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html index a7276a83..0aeb6a35 100644 --- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html +++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html @@ -133,8 +133,8 @@ standby 300 IN AAAA 2a01: -
tramsform () {
-	sed -E '
+
transform () {
+  sed -E '
 	/IN A .*; Enable failover/ {
 	    /^standby/! {
 	        s/^(.*) 300 IN A (.*) ; (.*)/\1 300 IN A '$(cat /var/nsd/run/master_a)' ; \3/;
@@ -154,7 +154,7 @@ http://www.gnu.org/software/src-highlite -->
 	/ ; serial/ {
 	    s/^( +) ([0-9]+) .*; (.*)/\1 '$(date +%s)' ; \3/;
 	}
-	'
+  '
 }
 

diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 7b56fc53..cb4e7ee3 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-04-02T01:33:21+03:00 + 2024-04-03T00:06:22+03:00 foo.zone feed To be in the .zone! @@ -143,8 +143,8 @@ standby 300 IN AAAA 2a01: -
tramsform () {
-	sed -E '
+
transform () {
+  sed -E '
 	/IN A .*; Enable failover/ {
 	    /^standby/! {
 	        s/^(.*) 300 IN A (.*) ; (.*)/\1 300 IN A '$(cat /var/nsd/run/master_a)' ; \3/;
@@ -164,7 +164,7 @@ http://www.gnu.org/software/src-highlite -->
 	/ ; serial/ {
 	    s/^( +) ([0-9]+) .*; (.*)/\1 '$(date +%s)' ; \3/;
 	}
-	'
+  '
 }
 

diff --git a/index.html b/index.html index 067b06c8..077650e9 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

foo.zone



-This site was generated at 2024-04-02T01:33:21+03:00 by Gemtexter
+This site was generated at 2024-04-03T00:06:22+03:00 by Gemtexter

    |\---/|
diff --git a/uptime-stats.html b/uptime-stats.html
index a967e9df..8ab980ec 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -10,7 +10,7 @@
 
 

My machine uptime stats



-This site was last updated at 2024-04-02T01:33:21+03:00
+This site was last updated at 2024-04-03T00:06:22+03: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