summaryrefslogtreecommitdiffstats
path: root/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-21 01:10:10 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-21 01:10:10 +0100
commita8e4d9a2493426c77eba1b3a33a865eb4b715463 (patch)
tree333afe9eb0c2040d4fd1f937b0bbca438609ec96 /info
parentm deps (diff)
downloadblueshift-a8e4d9a2493426c77eba1b3a33a865eb4b715463.tar.gz
blueshift-a8e4d9a2493426c77eba1b3a33a865eb4b715463.tar.bz2
blueshift-a8e4d9a2493426c77eba1b3a33a865eb4b715463.tar.xz
fix infinite recursion bug on exit after SIGUSR11.2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r--info/blueshift.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo
index 239c756..c4f7242 100644
--- a/info/blueshift.texinfo
+++ b/info/blueshift.texinfo
@@ -530,7 +530,10 @@ the second time a SIGTERM signal has been received.
Additionally if the variable @code{panicgate}
is @code{True}, there is no fading when the program
starts. And @code{conf_opts} is a list of command line
-arguments passed onto the configuration script.
+arguments passed onto the configuration script; and
+@code{conf_storage} is a dictionary can be used to
+store information is required to survive a
+configuration reload, such as replaced functions.
The parameterless function @code{continuous_run},
may replace if you want to do something very special,