From 399839cc95e881506d1f3ad38ae5727c39fe37c0 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 16 Aug 2015 19:16:29 -0400 Subject: [PATCH] SIGHUP no longer does cache pushing. --- doc/config.example | 4 +--- doc/pwmd.html | 5 +++-- doc/pwmd.texi | 5 +++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/config.example b/doc/config.example index 9a0472c6..e3464ca3 100644 --- a/doc/config.example +++ b/doc/config.example @@ -85,8 +85,7 @@ # A comma separated list of filenames to add to the file cache upon startup. # You will be prompted for the passphrasefor each file if required. The files -# are looked for in ~/.pwmd/data. This also affects rcfile reloading via -# SIGHUP. +# are looked for in ~/.pwmd/data. #cache_push=somefile,anotherfile # The number of seconds to keep a file in the cache. If -1, the file will be @@ -151,7 +150,6 @@ # file can have it's own configuration settings from those listed below. #[somefile] #cache_timeout=300 -#passphrase=password #passphrase_file=/path/to/file.key #backup=true #xfer_progress=1024 diff --git a/doc/pwmd.html b/doc/pwmd.html index 7b243fcf..dae13b4e 100644 --- a/doc/pwmd.html +++ b/doc/pwmd.html @@ -489,8 +489,9 @@ default is false.
cache_push = file1,file2

A comma separated list of filenames that will be pushed into the file cache -upon startup. pwmd will prompt for the passphrase for each file unless -specified with passphrase_file parameter in a matching file section. +upon startup. pwmd will prompt for the passphrase for each file +unless specified with passphrase_file parameter in a matching file +section.

priority = integer
diff --git a/doc/pwmd.texi b/doc/pwmd.texi index 7e3b4ae2..fd66108a 100644 --- a/doc/pwmd.texi +++ b/doc/pwmd.texi @@ -413,8 +413,9 @@ When @code{true}, the @code{XPATH}, @code{XPATHATTR}, @code{LIST} and @item cache_push = file1,file2 A comma separated list of filenames that will be pushed into the file cache -upon startup. @command{pwmd} will prompt for the passphrase for each file unless -specified with @var{passphrase_file} parameter in a matching file section. +upon startup. @command{pwmd} will prompt for the passphrase for each file +unless specified with @var{passphrase_file} parameter in a matching file +section. @item priority = integer The priority, or niceness, of the server. The default is inherited from the -- 2.11.4.GIT