On 2017/03/21 13:45, Daniel Jakots wrote:
> On Tue, 21 Mar 2017 13:03:02 -0400, Daniel Jakots <danj+o...@chown.me>
> wrote:
> 
> > Hi,
> > 
> > Pavel Korovin noticed that gitea and dnsdist use the same user [1].
> > jca@ told me that changing dnsdist should be easier because dnsdist
> > doesn't/shouldn't own anything on the disk.
> > 
> > Here are three diffs to change that.
> > 
> > I don't cc dnsdist maintainer, I chatted with him about it and he
> > didn't have any complaint about it.
> > 
> > [1]: https://marc.info/?l=openbsd-ports&m=149009685827196&w=2
> 
> New current.html after tb's review.

Users actually only need to change it if they want to install both of
them on the same machine.

> Index: faq/current.html
> ===================================================================
> RCS file: /cvs/www/faq/current.html,v
> retrieving revision 1.801
> diff -u -p -r1.801 current.html
> --- faq/current.html  3 Mar 2017 11:17:32 -0000       1.801
> +++ faq/current.html  21 Mar 2017 17:37:41 -0000
> @@ -631,6 +631,18 @@ It is advised to update
>  <a href="http://man.openbsd.org/sysctl.conf.5";>sysctl.conf(5)</a>
>  to use the new name.
>  
> +
> +<!-- XXXrelease this must not go in upgrade61.html -->
> +<h3 id="r20170321">2017/03/21 - [ports] net/dnsdist UID change</h3>
> +
> +The net/dnsdist port now uses uid and gid 788.
> +If you installed dnsdist, run the following commands.
> +
> +<blockquote><pre>
> +# <b>groupmod -g 788 _dnsdist</b>
> +# <b>usermod -g 788 -u 788 _dnsdist</b>
> +</pre></blockquote>
> +
>  <p>
>  
>  
> 

Reply via email to