From 77fe70aa7023f080fabc21b29bda6badf62e900a Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Tue, 29 Jan 2019 10:48:52 -0500 Subject: [PATCH] Fix default bkctld.conf path in docs --- bkctld.8 | 6 +++--- bkctld.conf.5 | 2 +- docs/configuration.md | 2 +- docs/usage.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bkctld.8 b/bkctld.8 index ae8d2f6..a162bb8 100644 --- a/bkctld.8 +++ b/bkctld.8 @@ -28,8 +28,8 @@ Prior backups are stored incrementally outside of the .Xr chroot 8 using .Xr ln 1 -hard links or BTRFS snapshots. -(So they can not be affected by the client), +hard links or BTRFS snapshots. +(So they can not be affected by the client), which backups are kept over time can be configured in the jail's nominal .Xr evobackup-incl 5 configuration file. @@ -93,7 +93,7 @@ Remove old incremental backups .El .Sh FILES .Bl -tag -width Ds -.It Pa /usr/share/bkctld/bkctld.conf +.It Pa /etc/default/bkctld Template for .Xr bkctld.conf 5 .It Pa /usr/share/bkctld/incl.tpl diff --git a/bkctld.conf.5 b/bkctld.conf.5 index f281354..3e44bd3 100644 --- a/bkctld.conf.5 +++ b/bkctld.conf.5 @@ -14,7 +14,7 @@ file contains variables that override the behavior of the .Xr bkctld 8 script. By default, it is located at -.Pa /usr/share/bkctld/bkctld.conf . +.Pa /etc/default/bkctld . .Pp Each line must be a valid .Xr bash 1 diff --git a/docs/configuration.md b/docs/configuration.md index 310bdb9..7b9456e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -17,7 +17,7 @@ file contains variables that override the behavior of the bkctld(8) script. By default, it is located at -*/usr/share/bkctld/bkctld.conf*. +*/etc/default/bkctld*. Each line must be a valid bash(1) diff --git a/docs/usage.md b/docs/usage.md index bb22e64..29c4589 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -123,7 +123,7 @@ The following operands are available: # FILES -*/usr/share/bkctld/bkctld.conf* +*/etc/default/bkctld* > Template for > bkctld.conf(5)