Download raw body.
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
From 19a9bc428c047b2307182b10e81644d087776594 Mon Sep 17 00:00:00 2001
From: "Paul W. Rankin" <hello@paulwrankin.com>
Date: Mon, 2 Jan 2023 15:02:27 +1000
Subject: [PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
---
gotwebd/gotwebd.conf.5 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gotwebd/gotwebd.conf.5 b/gotwebd/gotwebd.conf.5
index 01c8170c..b4e0de13 100644
--- a/gotwebd/gotwebd.conf.5
+++ b/gotwebd/gotwebd.conf.5
@@ -194,9 +194,9 @@ server "localhost-unix" {
repos_path "/got/public"
unix_socket_name "/run/gotweb.sock"
- got_site_name "my public repos"
- got_site_owner "Got Owner"
- got_site_link "repos"
+ site_name "my public repos"
+ site_owner "Got Owner"
+ site_link "repos"
logo "got.png"
logo_url "https://gameoftrees.org"
--
2.38.2
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example