emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44260: closed ([PATCH 0/1] knot-resolver: Silence warning re: deprec


From: GNU bug Tracking System
Subject: bug#44260: closed ([PATCH 0/1] knot-resolver: Silence warning re: deprecated option)
Date: Tue, 27 Oct 2020 22:44:02 +0000

Your message dated Tue, 27 Oct 2020 18:43:10 -0400
with message-id <20201027224310.GA32529@jasmine.lan>
and subject line Re: [bug#44260] [PATCH 1/1] services: knot-resolver: Replace 
deprecated command-line option.
has caused the debbugs.gnu.org bug report #44260,
regarding [PATCH 0/1] knot-resolver: Silence warning re: deprecated option
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44260: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44260
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] knot-resolver: Silence warning re: deprecated option Date: Tue, 27 Oct 2020 14:21:39 -0400
This small patch silences this warning from Knot Resolver when it starts:

   deprecation WARNING: use --noninteractive instead of --forks=1

With version 5.0.0 the "-f" option was deprecated[0] in favour of "-n" as a
means of starting the daemon as a non-interactive process.

The patch updates Guix's service definition to match, without any functional
change to the service.

[0] https://gitlab.nic.cz/knot/knot-resolver/issues/529

--
Simon South
simon@simonsouth.net


Simon South (1):
  services: knot-resolver: Replace deprecated command-line option.

 gnu/services/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44260] [PATCH 1/1] services: knot-resolver: Replace deprecated command-line option. Date: Tue, 27 Oct 2020 18:43:10 -0400
On Tue, Oct 27, 2020 at 02:23:19PM -0400, Simon South wrote:
> This silences a warning from the service at startup.
> 
> * gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n"
> command-line option to kresd in place of the deprecated "-f 1".

Thanks! Pushed as 5ede2595260d74e2990a8f004298ecf23ea66206


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]