[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44260] [PATCH 0/1] knot-resolver: Silence warning re: deprecated op
From: |
Simon South |
Subject: |
[bug#44260] [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
- [bug#44260] [PATCH 0/1] knot-resolver: Silence warning re: deprecated option,
Simon South <=