Download raw body.
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
On 2023/01/02 15:29:12 +1000, "Paul W. Rankin" <hello@paulwrankin.com> wrote:
> ---
> Resend with patch inline.
> Thanks.
These were leftover carried from gotweb.conf(5) I believe, and were
indeed renamed for gotwebd.
committed, thanks!
> 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"
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example
[PATCH] gotwebd: remove got_ prefix in gotwebd.conf(5) example