From e718cf9d7c508060198c662f113e16489326c043 Mon Sep 17 00:00:00 2001 From: Jan Kadlec <jan.kadlec@nic.cz> Date: Fri, 17 Aug 2012 15:04:28 +0200 Subject: [PATCH] Cosmetic changes to sample config files. Refs #1997 --- samples/knot.full.conf | 4 ++-- samples/knot.min.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/knot.full.conf b/samples/knot.full.conf index a3b0b5fcbb..9aac27bc7d 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -18,7 +18,7 @@ system { identity "I have no mouth and must scream"; # Version of the server (see RFC 4892). Not used yet. - version "0.1"; + version "1.1.0"; # Server identifier # Use string format "text" @@ -39,7 +39,7 @@ system { workers 1; # User for running server - # May also specify user.group (f.e. knot.users) + # May also specify user.group (e.g. knot.users) user root; } diff --git a/samples/knot.min.conf b/samples/knot.min.conf index f9bc29ce7c..6b7c1af1d1 100644 --- a/samples/knot.min.conf +++ b/samples/knot.min.conf @@ -4,7 +4,7 @@ # This is a sample of a minimal configuration file for Knot DNS. # # For exhaustive list of all options see samples/knot.full.conf -# in the source directory. +# in the source directory or refer to user manual. # system { -- GitLab