From 6a059bfa3f14e4b13b104d11028892d505e99745 Mon Sep 17 00:00:00 2001
From: Marek Vavrusa <marek.vavrusa@nic.cz>
Date: Tue, 9 Jul 2013 08:49:16 +0200
Subject: [PATCH] Updated documentation and configs to reflect 'storage'
 default change.

refs #69
---
 doc/reference.texi          | 2 +-
 samples/knot.full.conf      | 2 +-
 samples/knot.sample.conf.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/reference.texi b/doc/reference.texi
index c1b1aa7c72..734495632f 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -142,7 +142,7 @@ system @{
 @vindex storage
 
 The working directory of Knot DNS, it is used to store zone files and journal files.
-Default: @file{$@{sharedstatedir@}/knot}, configured with @code{--with-storage=path}
+Default: @file{$@{localstatedir@}/lib/knot}, configured with @code{--with-storage=path}
 
 @example
 system @{
diff --git a/samples/knot.full.conf b/samples/knot.full.conf
index 9c8150e99b..49edf13aa3 100644
--- a/samples/knot.full.conf
+++ b/samples/knot.full.conf
@@ -29,7 +29,7 @@ system {
   nsid "myserver0";
 
   # This is a default directory to place slave zone files, journals etc.
-  # default: ${sharedstatedir}/knot, configured with --with-storage
+  # default: ${localstatedir}/lib/knot, configured with --with-storage
   storage "/var/lib/knot";
 
   # Directory for storing run-time data
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in
index c4be7090f5..a8021c4aa1 100644
--- a/samples/knot.sample.conf.in
+++ b/samples/knot.sample.conf.in
@@ -14,7 +14,7 @@ system {
   user knot.knot;
 
   # This is a default directory to place slave zone files, journals etc.
-  # default: ${sharedstatedir}/knot, configured with --with-storage
+  # default: ${localstatedir}/lib/knot, configured with --with-storage
   # storage "@storage_dir@";
 
   # Directory for storing run-time data
-- 
GitLab