Re: gitea rc script broken

2021-02-01 Thread Leo Unglaub
Thanks to Pavels help we could figure out what happens here. I think the matter is now resolved for him. In my case adding the -w flag was needed. But that does not seam to be the case in every setup. # rcctl get gitea gitea_class=daemon gitea_flags=-w /var/gitea gitea_rtable=0 gitea_timeout

gitea rc script broken

2021-02-01 Thread Leo Unglaub
Hi, the last commit to the gitea port simplefied the rc script. The following diff was used: diff --git a/www/gitea/pkg/gitea.rc b/www/gitea/pkg/gitea.rc index 5a71caba4fb..0b7e4d745cd 100644 --- a/www/gitea/pkg/gitea.rc +++ b/www/gitea/pkg/gitea.rc @@ -1,21 +1,13 @@ #!/bin/ksh # -# $OpenBSD