libmicrohttpd: build parallel
[feed/packages.git] / net / knot / patches / 02_knot.conf.patch
1 diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in
2 index 956e8a9..a068e67 100644
3 --- a/samples/knot.sample.conf.in
4 +++ b/samples/knot.sample.conf.in
5 @@ -14,7 +14,7 @@ system {
6
7 # User for running server
8 # May also specify user.group (e.g. knot.knot)
9 - user knot.knot;
10 + user root.root;
11
12 # Directory for storing run-time data
13 # e.g. PID file and control sockets
14 @@ -63,11 +63,11 @@ zones {
15 # storage "@storage_dir@";
16 #
17 # Example master zone
18 -# example.com {
19 -# file "@config_dir@/example.com.zone";
20 + example.com {
21 + file "example.com.zone";
22 # xfr-out slave0;
23 # notify-out slave0;
24 -# }
25 + }
26 #
27 # Example slave zone
28 # example.net {