From 392515c62f4e9c5ca909c7d8131f30c34c16f9e1 Mon Sep 17 00:00:00 2001 From: Petr Špaček Date: Wed, 22 Apr 2020 10:18:56 +0200 Subject: daemon: warn that non-Linux platforms are untested Hopefully this will help to set right expectations. --- daemon/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'daemon/main.c') diff --git a/daemon/main.c b/daemon/main.c index 09667b5c..f936c645 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -513,6 +513,10 @@ int main(int argc, char **argv) strerror(errno)); fflush(stderr); } + if (strcmp("linux", OPERATING_SYSTEM) != 0) + kr_log_info("[warn] Knot Resolver is tested on Linux, other platforms might exhibit bugs.\n" + "Please report issues to https://gitlab.labs.nic.cz/knot/knot-resolver/issues/\n" + "Thank you for your time and interest!\n"); the_args = &the_args_value; args_init(the_args); -- cgit v1.2.3