diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-09 08:49:16 +0200 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2013-07-09 08:50:02 +0200 |
commit | 6a059bfa3f14e4b13b104d11028892d505e99745 (patch) | |
tree | ddf952a8a8c4375982382f8275704d5e1db8d98b /samples | |
parent | Variables don't get replaced in configure --help (diff) | |
download | knot-6a059bfa3f14e4b13b104d11028892d505e99745.tar.xz knot-6a059bfa3f14e4b13b104d11028892d505e99745.zip |
Updated documentation and configs to reflect 'storage' default change.
refs #69
Diffstat (limited to 'samples')
-rw-r--r-- | samples/knot.full.conf | 2 | ||||
-rw-r--r-- | samples/knot.sample.conf.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index 9c8150e99..49edf13aa 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 c4be7090f..a8021c4aa 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 |